.artearabia-woocommerce .woocommerce-breadcrumb,
.artearabia-woocommerce .woocommerce-notices-wrapper,
.arte-shop-archive {
	max-width: 1380px;
	margin: 0 auto;
}

.artearabia-woocommerce .woocommerce-breadcrumb,
.artearabia-woocommerce .woocommerce-notices-wrapper {
	padding-inline: 1rem;
}

.artearabia-woocommerce .woocommerce-breadcrumb {
	padding-top: 1.2rem;
}

.arte-shop-archive {
	padding: 0 1rem 2rem;
}

.arte-shop-archive__notices {
	margin-top: 1rem;
}

.arte-shop-hero {
	padding-top: 0.5rem;
}

.arte-shop-hero__shell {
	position: relative;
	display: grid;
	gap: clamp(1.5rem, 4vw, 3rem);
	padding: clamp(1.2rem, 3vw, 2rem);
	border: 1px solid color-mix(in oklab, var(--brand, #696449), white 72%);
	border-radius: 2rem;
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.78), transparent 30%),
		radial-gradient(circle at bottom right, rgba(182, 159, 110, 0.22), transparent 26%),
		linear-gradient(135deg, rgba(255, 251, 245, 0.98) 0%, rgba(243, 233, 221, 0.98) 48%, rgba(231, 217, 193, 0.96) 100%);
	box-shadow: 0 26px 80px -48px rgba(61, 42, 11, 0.38);
	overflow: hidden;
	isolation: isolate;
}

.arte-shop-hero__shell::before,
.arte-shop-hero__shell::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
	z-index: -1;
}

.arte-shop-hero__shell::before {
	top: -9rem;
	right: -5rem;
	width: 21rem;
	height: 21rem;
	background: radial-gradient(circle, rgba(31, 51, 56, 0.16) 0%, rgba(31, 51, 56, 0) 72%);
}

.arte-shop-hero__shell::after {
	bottom: -7rem;
	left: -4rem;
	width: 16rem;
	height: 16rem;
	background: radial-gradient(circle, rgba(91, 31, 17, 0.12) 0%, rgba(91, 31, 17, 0) 74%);
}

.arte-shop-hero__content,
.arte-shop-hero__visual {
	position: relative;
	z-index: 1;
}

.arte-shop-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 40rem;
}

.arte-shop-hero__eyebrow,
.arte-shop-catalog__eyebrow,
.arte-shop-highlights__eyebrow,
.arte-shop-product-card__eyebrow {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	gap: 0.65rem;
	margin: 0;
	padding: 0.72rem 1rem;
	border: 1px solid rgba(91, 31, 17, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.7);
	color: color-mix(in oklab, var(--brand, #696449), black 8%);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.24em;
	line-height: 1;
	text-transform: uppercase;
}

.arte-shop-hero__eyebrow::before,
.arte-shop-catalog__eyebrow::before,
.arte-shop-highlights__eyebrow::before,
.arte-shop-product-card__eyebrow::before {
	content: "";
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--gold-sand, #b69f6e), color-mix(in oklab, var(--brand, #696449), white 22%));
	box-shadow: 0 0 0 0.32rem rgba(182, 159, 110, 0.16);
}

.arte-shop-hero__title {
	margin: 1.2rem 0 0;
	color: color-mix(in oklab, var(--surface-contrast, #1f1f1f), black 12%);
	font-family: "Lexend Deca", sans-serif;
	font-size: clamp(2.4rem, 5vw, 4.8rem);
	font-weight: 800;
	line-height: 0.98;
	letter-spacing: -0.04em;
	text-wrap: balance;
}

.arte-shop-hero__copy,
.arte-shop-catalog__copy {
	margin: 1.35rem 0 0;
	max-width: 35rem;
	color: color-mix(in oklab, var(--fg, #1f3338), white 30%);
	font-size: clamp(1rem, 1.35vw, 1.08rem);
	line-height: 1.75;
}

.arte-shop-hero__actions {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
	gap: 0.85rem;
	margin-top: 1.8rem;
	width: 100%;
	max-width: 38rem;
}

.arte-shop-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.7rem;
	padding: 0.95rem 1.5rem;
	border-radius: 999px;
	border: 1px solid transparent;
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.arte-shop-hero__button:hover,
.arte-shop-hero__button:focus-visible,
.arte-shop-hero__chip:hover,
.arte-shop-hero__chip:focus-visible,
.arte-shop-highlight-card__link:hover .arte-shop-highlight-card__cta,
.arte-shop-highlight-card__link:focus-visible .arte-shop-highlight-card__cta {
	transform: translateY(-1px);
}

.arte-shop-hero__button--primary {
	background: linear-gradient(135deg, color-mix(in oklab, var(--brand, #696449), black 12%) 0%, color-mix(in oklab, var(--gold-sand, #b69f6e), black 8%) 100%);
	color: var(--text-inverse, #ffffff);
	box-shadow: 0 20px 38px -24px rgba(61, 42, 11, 0.55);
}

.arte-shop-hero__button--secondary {
	border-color: color-mix(in oklab, var(--brand, #696449), white 62%);
	background: rgba(255, 255, 255, 0.56);
	color: color-mix(in oklab, var(--surface-contrast, #1f1f1f), black 8%);
	backdrop-filter: blur(8px);
}

.arte-shop-hero__benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin: 1.35rem 0 0;
	padding: 0;
	list-style: none;
}

.arte-shop-hero__benefit {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.82rem 1rem;
	border: 1px solid rgba(91, 31, 17, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.54);
	color: color-mix(in oklab, var(--fg, #1f3338), white 18%);
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.2;
}

.arte-shop-hero__benefit::before {
	content: "";
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 999px;
	background: color-mix(in oklab, var(--gold-sand, #b69f6e), white 18%);
	box-shadow: 0 0 0 0.3rem rgba(182, 159, 110, 0.14);
}

.arte-shop-hero__visual {
	max-width: 35rem;
	margin-inline: auto;
}

.arte-shop-hero__frame {
	position: relative;
	padding: 1rem;
	border-radius: 2rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.18) 100%),
		linear-gradient(140deg, rgba(106, 75, 63, 0.2) 0%, rgba(182, 159, 110, 0.18) 100%);
	border: 1px solid rgba(255, 255, 255, 0.72);
	box-shadow: 0 30px 60px -40px rgba(31, 20, 12, 0.5);
	backdrop-filter: blur(12px);
}

.arte-shop-hero__frame-label {
	position: absolute;
	top: 1.25rem;
	left: 1.25rem;
	display: inline-flex;
	align-items: center;
	padding: 0.7rem 0.95rem;
	border-radius: 999px;
	background: rgba(255, 250, 243, 0.88);
	color: color-mix(in oklab, var(--brand, #696449), black 8%);
	font-family: "Quintessential", serif;
	font-size: 1rem;
	letter-spacing: 0.04em;
	box-shadow: 0 10px 25px -20px rgba(61, 42, 11, 0.6);
}

.arte-shop-hero__media {
	overflow: hidden;
	border-radius: 1.55rem;
	background: linear-gradient(180deg, rgba(255, 250, 243, 0.9) 0%, rgba(214, 193, 170, 0.92) 100%);
	aspect-ratio: 1080 / 1320;
}

.arte-shop-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.arte-shop-hero__panel {
	position: absolute;
	right: 1.25rem;
	bottom: 1.25rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	width: min(100% - 2.5rem, 20rem);
}

.arte-shop-hero__panel div {
	display: grid;
	gap: 0.25rem;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 1.25rem;
	background: rgba(33, 26, 20, 0.76);
	color: #f8f2ea;
	backdrop-filter: blur(12px);
	box-shadow: 0 26px 42px -28px rgba(0, 0, 0, 0.5);
}

.arte-shop-hero__panel strong {
	font-size: 1.3rem;
	font-weight: 800;
}

.arte-shop-hero__panel span {
	font-size: 0.78rem;
	line-height: 1.45;
	color: rgba(248, 242, 234, 0.76);
}

.arte-shop-hero__chips {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 1rem;
}

.arte-shop-hero__chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.85rem 1rem;
	border: 1px solid rgba(91, 31, 17, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	color: color-mix(in oklab, var(--surface-contrast, #1f1f1f), black 5%);
	font-size: 0.84rem;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 18px 34px -26px rgba(61, 42, 11, 0.35);
	backdrop-filter: blur(8px);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.arte-shop-highlights,
.arte-shop-catalog {
	padding-top: 1.25rem;
}

.arte-shop-highlights__inner,
.arte-shop-catalog {
	padding: clamp(1rem, 2.4vw, 1.45rem);
	border: 1px solid color-mix(in oklab, var(--brand, #696449), white 78%);
	border-radius: 2rem;
	box-shadow: 0 24px 64px -46px rgba(61, 42, 11, 0.38);
}

.arte-shop-highlights__inner {
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.42), transparent 24%),
		linear-gradient(180deg, rgba(35, 25, 22, 0.96) 0%, rgba(53, 36, 30, 0.96) 48%, rgba(72, 52, 41, 0.97) 100%);
}

.arte-shop-highlights__intro,
.arte-shop-catalog__intro {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	max-width: 44rem;
}

.arte-shop-highlights__title {
	margin: 0;
	color: #fff7ef;
	font-family: "Quintessential", serif;
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1;
}

.arte-shop-highlights__copy {
	margin: 0;
	color: rgba(244, 233, 220, 0.78);
	font-size: 1rem;
	line-height: 1.75;
}

.arte-shop-highlights__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.25rem;
}

.arte-shop-highlight-card__link {
	position: relative;
	display: block;
	min-height: 27rem;
	overflow: hidden;
	border-radius: 1.75rem;
	background: #3c2e28;
	text-decoration: none;
	box-shadow: 0 28px 52px -36px rgba(8, 5, 4, 0.58);
	isolation: isolate;
}

.arte-shop-highlight-card__media,
.arte-shop-highlight-card__media img,
.arte-shop-highlight-card__overlay {
	position: absolute;
	inset: 0;
}

.arte-shop-highlight-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 320ms ease;
}

.arte-shop-highlight-card__overlay {
	background:
		linear-gradient(180deg, rgba(6, 5, 4, 0.1) 0%, rgba(6, 5, 4, 0.18) 26%, rgba(6, 5, 4, 0.78) 100%),
		radial-gradient(circle at top right, var(--arte-shop-accent, rgba(208, 172, 109, 0.28)) 0%, rgba(255, 255, 255, 0) 34%);
}

.arte-shop-highlight-card__content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	padding: 1.45rem;
	color: #fbf5ee;
}

.arte-shop-highlight-card__eyebrow {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	gap: 0.55rem;
	margin: 0 0 0.8rem;
	padding: 0.58rem 0.82rem;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 245, 235, 0.92);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1;
	text-transform: uppercase;
	backdrop-filter: blur(10px);
}

.arte-shop-highlight-card__title {
	margin: 0;
	max-width: 18rem;
	font-family: "Quintessential", serif;
	font-size: clamp(2rem, 3.5vw, 3rem);
	line-height: 0.98;
}

.arte-shop-highlight-card__description {
	margin: 0.7rem 0 0;
	max-width: 26rem;
	color: rgba(251, 245, 238, 0.88);
	font-size: 0.96rem;
	line-height: 1.7;
}

.arte-shop-highlight-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 3rem;
	margin-top: 1.1rem;
	padding: 0.78rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #fff8f1;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1;
	backdrop-filter: blur(10px);
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.arte-shop-highlight-card__link:hover .arte-shop-highlight-card__media img,
.arte-shop-highlight-card__link:focus-visible .arte-shop-highlight-card__media img {
	transform: scale(1.04);
}

.arte-shop-catalog {
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.7), transparent 28%),
		linear-gradient(180deg, rgba(255, 252, 248, 0.96) 0%, rgba(244, 236, 224, 0.97) 100%);
}

.arte-shop-catalog__header {
	display: grid;
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.arte-shop-catalog__layout {
	display: grid;
	gap: 1rem;
}

.arte-shop-catalog__results {
	min-width: 0;
}

.arte-shop-catalog__title {
	margin: 0;
	color: color-mix(in oklab, var(--surface-contrast, #1f1f1f), black 8%);
	font-family: "Lexend Deca", sans-serif;
	font-size: clamp(1.9rem, 3.6vw, 3rem);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.arte-shop-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1.05rem;
	border: 1px solid rgba(91, 31, 17, 0.08);
	border-radius: 1.4rem;
	background: rgba(255, 255, 255, 0.64);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.arte-shop-toolbar .woocommerce-result-count {
	margin: 0;
	color: var(--text-muted);
	font-size: 0.95rem;
}

.arte-shop-toolbar .woocommerce-ordering {
	margin: 0;
}

.arte-shop-toolbar select.orderby {
	min-height: 3rem;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: var(--surface);
	padding: 0.75rem 1rem;
	color: var(--text-strong);
}

.arte-shop-sidebar {
	min-width: 0;
}

.arte-shop-sidebar__inner {
	position: sticky;
	top: 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
	padding: 1rem;
	border: 1px solid rgba(91, 31, 17, 0.08);
	border-radius: 1.7rem;
	background: rgba(255, 255, 255, 0.74);
	box-shadow: 0 20px 44px -34px rgba(31, 20, 12, 0.2);
	backdrop-filter: blur(12px);
}

.arte-shop-sidebar__intro {
	display: grid;
	gap: 0.6rem;
	padding-bottom: 0.4rem;
	border-bottom: 1px solid rgba(91, 31, 17, 0.08);
}

.arte-shop-sidebar__eyebrow {
	margin: 0;
	color: color-mix(in oklab, var(--brand, #696449), black 8%);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	line-height: 1;
	text-transform: uppercase;
}

.arte-shop-sidebar__heading {
	margin: 0;
	color: var(--text-strong);
	font-family: "Quintessential", serif;
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	line-height: 1;
}

.arte-shop-sidebar__copy {
	margin: 0;
	color: var(--text-muted);
	font-size: 0.92rem;
	line-height: 1.7;
}

.arte-shop-sidebar__widget {
	padding: 1rem;
	border: 1px solid rgba(91, 31, 17, 0.08);
	border-radius: 1.35rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(250, 244, 237, 0.92) 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.54);
}

.arte-shop-sidebar__title {
	margin: 0 0 0.9rem;
	color: var(--text-strong);
	font-size: 1.02rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.arte-shop-sidebar .widget > ul,
.arte-shop-sidebar .wc-block-product-categories-list,
.arte-shop-sidebar .woocommerce-widget-layered-nav-list {
	display: grid;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.arte-shop-sidebar .cat-parent > ul.children {
	margin-top: 0.5rem;
	padding-left: 0.9rem;
	border-left: 1px solid rgba(91, 31, 17, 0.1);
}

.arte-shop-sidebar .widget li,
.arte-shop-sidebar .wc-block-product-categories-list-item,
.arte-shop-sidebar .woocommerce-widget-layered-nav-list__item {
	color: var(--text-muted);
	font-size: 0.92rem;
	line-height: 1.55;
}

.arte-shop-sidebar .widget li a,
.arte-shop-sidebar .wc-block-product-categories-list-item a,
.arte-shop-sidebar .woocommerce-widget-layered-nav-list__item a {
	color: var(--text-strong);
	text-decoration: none;
}

.arte-shop-sidebar .widget li .count,
.arte-shop-sidebar .wc-block-product-categories-list-item-count,
.arte-shop-sidebar .woocommerce-widget-layered-nav-list__item__count {
	color: var(--text-muted);
	font-size: 0.84rem;
}

.arte-shop-sidebar .price_slider_wrapper .ui-widget-content {
	height: 0.35rem;
	border-radius: 999px;
	background: rgba(91, 31, 17, 0.12);
}

.arte-shop-sidebar .price_slider_wrapper .ui-slider .ui-slider-range {
	background: var(--brand-strong);
}

.arte-shop-sidebar .price_slider_wrapper .ui-slider .ui-slider-handle {
	top: -0.35rem;
	width: 1rem;
	height: 1rem;
	border: 2px solid rgba(255, 255, 255, 0.92);
	border-radius: 999px;
	background: var(--gold-sand);
	box-shadow: 0 6px 16px -10px rgba(0, 0, 0, 0.45);
}

.arte-shop-sidebar .price_slider_amount {
	display: grid;
	gap: 0.8rem;
	margin-top: 1rem;
}

.arte-shop-sidebar .price_slider_amount .button {
	width: 100%;
}

.arte-shop-sidebar .price_slider_amount .price_label {
	color: var(--text-muted);
	font-size: 0.9rem;
	text-align: center;
}

.arte-shop-sidebar__widget--hint p {
	margin: 0;
	color: var(--text-muted);
	font-size: 0.9rem;
	line-height: 1.7;
}

.arte-shop-catalog ul.products {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.arte-shop-catalog ul.products::before,
.arte-shop-catalog ul.products::after {
	display: none;
}

.arte-shop-catalog ul.products li.product {
	grid-column: span 4;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.arte-shop-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid rgba(91, 31, 17, 0.08);
	border-radius: 1.7rem;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 22px 48px -34px rgba(31, 20, 12, 0.24);
	backdrop-filter: blur(12px);
}

.arte-shop-product-card__visual {
	position: relative;
	display: block;
	padding: 1rem;
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.8), transparent 30%),
		linear-gradient(180deg, rgba(255, 250, 243, 0.92) 0%, rgba(241, 229, 211, 0.94) 100%);
}

.arte-shop-product-card__image {
	width: 100%;
	aspect-ratio: 1 / 1.15;
	object-fit: contain;
	border-radius: 1.3rem;
	transition: transform 220ms ease;
}

.arte-shop-product-card__visual:hover .arte-shop-product-card__image,
.arte-shop-product-card__visual:focus-visible .arte-shop-product-card__image {
	transform: scale(1.03);
}

.arte-shop-product-card .onsale {
	position: absolute;
	top: 1.15rem;
	left: 1.15rem;
	z-index: 2;
	min-height: auto;
	min-width: auto;
	margin: 0;
	padding: 0.65rem 0.8rem;
	border: 1px solid rgba(91, 31, 17, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	color: color-mix(in oklab, var(--brand, #696449), black 8%);
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: 0 10px 24px -18px rgba(31, 20, 12, 0.4);
}

.arte-shop-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.15rem 1.15rem 1.25rem;
}

.arte-shop-product-card__eyebrow {
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--text-muted);
	font-size: 0.7rem;
}

.arte-shop-product-card__eyebrow::before {
	display: none;
}

.arte-shop-product-card__eyebrow a {
	color: inherit;
	text-decoration: none;
}

.arte-shop-product-card__title {
	margin: 0.5rem 0 0;
	font-size: 1.35rem;
	line-height: 1.15;
	letter-spacing: -0.03em;
}

.arte-shop-product-card__title a {
	color: var(--text-strong);
	text-decoration: none;
}

.arte-shop-product-card__description {
	margin: 0.75rem 0 0;
	color: var(--text-muted);
	font-size: 0.95rem;
	line-height: 1.7;
}

.arte-shop-product-card__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 1.1rem;
}

.arte-shop-product-card__price {
	color: var(--brand-strong);
	font-size: 1.15rem;
	font-weight: 800;
}

.arte-shop-product-card__price ins {
	background: transparent;
	text-decoration: none;
}

.arte-shop-product-card__price del {
	color: var(--text-muted);
	font-size: 0.9rem;
}

.arte-shop-product-card__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.8rem;
	padding: 0.72rem 1rem;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.7);
	color: var(--text-strong);
	font-size: 0.84rem;
	font-weight: 700;
	text-decoration: none;
}

.arte-shop-product-card__actions {
	margin-top: 0.9rem;
}

.arte-shop-product-card__actions .button,
.arte-shop-product-card__actions .added_to_cart {
	display: inline-flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	min-height: 3.15rem;
	border-radius: 999px;
	text-decoration: none;
}

.arte-shop-product-card__actions .added_to_cart {
	margin-top: 0.65rem;
	border: 1px solid var(--border);
	background: rgba(255, 255, 255, 0.72);
	color: var(--text-strong);
	font-weight: 700;
}

.arte-shop-pagination {
	margin-top: 1.4rem;
}

.arte-shop-pagination nav.woocommerce-pagination ul {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	padding: 0;
	border: 0;
	background: transparent;
}

.arte-shop-pagination nav.woocommerce-pagination ul li {
	border: 0;
}

.arte-shop-pagination nav.woocommerce-pagination ul li .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 3rem;
	min-height: 3rem;
	padding: 0.65rem 0.9rem;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--text-strong);
	text-decoration: none;
}

.arte-shop-pagination nav.woocommerce-pagination ul li .page-numbers.current {
	border-color: var(--brand-strong);
	background: var(--brand-strong);
	color: var(--text-inverse);
}

.arte-shop-empty .woocommerce-info,
.arte-shop-empty .woocommerce-message,
.arte-shop-empty .woocommerce-error {
	margin: 0;
	border: 1px solid rgba(91, 31, 17, 0.08);
	border-radius: 1.5rem;
	background: rgba(255, 255, 255, 0.7);
	color: var(--text-strong);
}

@media (min-width: 980px) {
	.arte-shop-hero__shell {
		grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
		align-items: center;
	}

	.arte-shop-catalog__header {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: end;
	}

	.arte-shop-catalog__layout {
		grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
		align-items: start;
	}
}

@media (max-width: 1023px) {
	.arte-shop-highlights__grid,
	.arte-shop-catalog ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.arte-shop-catalog ul.products li.product {
		grid-column: span 1;
	}
}

@media (max-width: 767px) {
	.arte-shop-archive,
	.artearabia-woocommerce .woocommerce-breadcrumb,
	.artearabia-woocommerce .woocommerce-notices-wrapper {
		padding-inline: 0.85rem;
	}

	.arte-shop-sidebar__inner {
		position: static;
	}

	.arte-shop-hero__panel,
	.arte-shop-hero__chips,
	.arte-shop-highlights__grid,
	.arte-shop-catalog ul.products {
		grid-template-columns: 1fr;
	}

	.arte-shop-hero__title {
		font-size: clamp(2.15rem, 10vw, 3.2rem);
	}

	.arte-shop-highlight-card__link {
		min-height: 23rem;
	}

	.arte-shop-toolbar {
		align-items: stretch;
	}

	.arte-shop-toolbar .woocommerce-ordering,
	.arte-shop-toolbar select.orderby {
		width: 100%;
	}
}
