.artiqra-elementor-home {
	--aq-ink: #14110f;
	--aq-soft-ink: #2f2924;
	--aq-muted: #675e55;
	--aq-line: #e3ddd4;
	--aq-surface: #ffffff;
	--aq-warm: #faf7f1;
	--aq-gold: #c69a46;
	--aq-maroon: #8a1f45;
	--aq-shadow: 0 20px 55px rgba(26, 20, 14, 0.12);
	background: var(--aq-surface);
	color: var(--aq-ink);
}

.artiqra-elementor-home a {
	text-decoration: none;
}

body.home .entry-content > .elementor {
	overflow: hidden;
}

.artiqra-editable-hero {
	position: relative;
	width: 100vw !important;
	max-width: none !important;
	margin-inline: calc(50% - 50vw) !important;
	padding: 42px max(24px, calc((100vw - 1180px) / 2)) 34px !important;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(250, 247, 241, 0.74)),
		repeating-linear-gradient(90deg, rgba(20, 17, 15, 0.052) 0 1px, transparent 1px 54px);
	border-top: 1px solid var(--aq-line);
	border-bottom: 1px solid var(--aq-line);
}

.artiqra-editable-hero,
.artiqra-editable-hero > .e-con-inner {
	display: grid !important;
	grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr) !important;
	gap: 42px !important;
	align-items: center !important;
	min-height: 520px;
}

.artiqra-hero-editable-copy {
	max-width: 620px;
}

.artiqra-hero-eyebrow-widget .elementor-heading-title {
	margin: 0;
	color: #b05b3f;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
}

.artiqra-hero-title-widget .elementor-heading-title {
	max-width: 620px;
	margin: 0;
	color: var(--aq-ink);
	font-size: 62px;
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: 0;
}

.artiqra-hero-lede-widget {
	max-width: 560px;
	color: var(--aq-soft-ink);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.58;
}

.artiqra-hero-action-row {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	margin-top: 4px;
}

.artiqra-primary-button .elementor-button,
.artiqra-secondary-button .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 13px 18px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.artiqra-primary-button .elementor-button {
	border: 1px solid var(--aq-ink);
	border-color: var(--aq-ink);
	background: var(--aq-ink);
	color: #ffffff;
	box-shadow: 0 14px 30px rgba(20, 17, 15, 0.2);
}

.artiqra-secondary-button .elementor-button {
	border: 1px solid rgba(20, 17, 15, 0.22);
	border-color: rgba(20, 17, 15, 0.22);
	background: #ffffff;
	color: var(--aq-ink);
}

.artiqra-primary-button .elementor-button:hover,
.artiqra-secondary-button .elementor-button:hover {
	transform: translateY(-1px);
}

.artiqra-hero-proof-row {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 8px !important;
	max-width: 560px;
	margin-top: 10px;
}

.artiqra-proof-card {
	min-height: 78px;
	padding: 12px;
	border: 1px solid rgba(20, 17, 15, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 10px 24px rgba(20, 17, 15, 0.06);
}

.artiqra-proof-card .elementor-widget-container {
	color: var(--aq-muted);
	font-size: 12px;
	font-weight: 750;
	line-height: 1.25;
}

.artiqra-proof-card strong {
	display: block;
	color: var(--aq-ink);
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
}

.artiqra-hero-editable-gallery {
	display: grid !important;
	grid-template-columns: minmax(0, 1.28fr) minmax(0, 0.82fr) !important;
	grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) auto !important;
	gap: 12px !important;
	align-items: stretch !important;
	min-height: 470px;
}

.artiqra-hero-editable-gallery .elementor-widget-image {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: var(--aq-shadow);
}

.artiqra-hero-editable-gallery .elementor-widget-container {
	height: 100%;
}

.artiqra-hero-editable-gallery img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid rgba(20, 17, 15, 0.12);
	border-radius: 8px;
	transition: transform 620ms ease;
}

.artiqra-hero-editable-gallery:hover img {
	transform: scale(1.025);
}

.artiqra-hero-image-main {
	grid-column: 1;
	grid-row: 1 / 3;
}

.artiqra-hero-image-main img {
	min-height: 430px;
}

.artiqra-hero-image-top {
	grid-column: 2;
	grid-row: 1;
}

.artiqra-hero-image-top img,
.artiqra-hero-image-bottom img {
	min-height: 208px;
}

.artiqra-hero-image-bottom {
	grid-column: 2;
	grid-row: 2;
}

.artiqra-process-chip {
	position: relative;
	grid-column: 1 / 3;
	grid-row: 3;
	justify-self: end;
	z-index: 2;
	width: auto !important;
	padding: 12px 14px;
	border: 1px solid rgba(20, 17, 15, 0.16);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--aq-ink);
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 16px 38px rgba(20, 17, 15, 0.14);
}

.artiqra-editable-section {
	width: min(1180px, calc(100% - 36px)) !important;
	margin-inline: auto !important;
	padding: 44px 0 !important;
}

.artiqra-section-eyebrow .elementor-heading-title {
	color: #b05b3f;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
}

.artiqra-section-title .elementor-heading-title {
	color: var(--aq-ink);
	font-size: 36px;
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: 0;
}

.artiqra-category-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
	gap: 12px;
}

.artiqra-category-card {
	position: relative;
	display: flex;
	min-height: 238px;
	overflow: hidden;
	flex-direction: column;
	justify-content: flex-end;
	padding: 14px;
	border: 1px solid rgba(20, 17, 15, 0.12);
	border-radius: 8px;
	background: var(--aq-ink);
	color: #ffffff !important;
	box-shadow: 0 16px 34px rgba(20, 17, 15, 0.1);
	isolation: isolate;
}

.artiqra-category-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(20, 17, 15, 0.08) 0%, rgba(20, 17, 15, 0.36) 44%, rgba(20, 17, 15, 0.88) 100%);
}

.artiqra-category-card::after {
	content: ">";
	margin-top: 12px;
	color: var(--aq-gold);
	font-size: 14px;
	font-weight: 900;
}

.artiqra-category-image {
	position: absolute;
	inset: 0;
	z-index: -2;
}

.artiqra-category-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 620ms ease;
}

.artiqra-category-card:hover .artiqra-category-image img {
	transform: scale(1.05);
}

.artiqra-category-name {
	color: #ffffff;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.18;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}

.artiqra-category-card small {
	margin-top: 7px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 12px;
	font-weight: 650;
	line-height: 1.38;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}

.artiqra-sale-section {
	width: 100vw !important;
	max-width: none !important;
	margin-inline: calc(50% - 50vw) !important;
	padding: 46px max(18px, calc((100vw - 1180px) / 2)) !important;
	background: var(--aq-ink);
	color: #ffffff;
}

.artiqra-sale-section .artiqra-section-title .elementor-heading-title {
	color: #ffffff;
}

.artiqra-sale-section .artiqra-section-eyebrow .elementor-heading-title {
	color: #f1c66b;
}

.artiqra-process-editable-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 10px !important;
}

.artiqra-process-editable-card {
	min-height: 164px;
	padding: 18px;
	border: 1px solid var(--aq-line);
	border-radius: 8px;
	background: #fffdfa;
	box-shadow: 0 12px 28px rgba(20, 17, 15, 0.06);
	color: var(--aq-muted);
	font-size: 14px;
	line-height: 1.5;
}

.artiqra-process-editable-card strong {
	display: block;
	margin-bottom: 8px;
	color: var(--aq-ink);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.2;
}

.artiqra-studio-home {
	--aq-ink: #15120f;
	--aq-soft-ink: #2d2822;
	--aq-muted: #6d6256;
	--aq-line: #ded6c9;
	--aq-paper: #f8f3ea;
	--aq-surface: #fffdfa;
	--aq-clay: #b45f43;
	--aq-olive: #405d4a;
	--aq-gold: #d4a64c;
	--aq-shadow: 0 20px 55px rgba(31, 25, 18, 0.12);
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	overflow: hidden;
	background:
		linear-gradient(180deg, #fbf7ef 0%, #f5efe4 46%, #ffffff 100%);
	color: var(--aq-ink);
}

.artiqra-studio-home *,
.artiqra-studio-home *::before,
.artiqra-studio-home *::after {
	box-sizing: border-box;
}

.artiqra-studio-home a {
	color: inherit;
	text-decoration: none;
}

.artiqra-studio-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
	gap: 42px;
	align-items: center;
	width: min(1180px, calc(100% - 36px));
	min-height: 520px;
	margin: 0 auto;
	padding: 46px 0 34px;
}

.artiqra-studio-hero::before {
	content: "";
	position: absolute;
	inset: 12px -24px 18px;
	z-index: 0;
	border: 1px solid rgba(21, 18, 15, 0.08);
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.24)),
		repeating-linear-gradient(90deg, rgba(21, 18, 15, 0.045) 0 1px, transparent 1px 54px);
	pointer-events: none;
}

.artiqra-studio-hero-copy,
.artiqra-studio-visual {
	position: relative;
	z-index: 1;
}

.artiqra-kicker,
.artiqra-section-heading p,
.artiqra-process-copy p {
	margin: 0 0 10px;
	color: var(--aq-clay);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.artiqra-kicker.dark {
	color: #f1c66b;
}

.artiqra-studio-hero h1 {
	max-width: 640px;
	margin: 0;
	color: var(--aq-ink);
	font-size: 62px;
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: 0;
}

.artiqra-hero-lede {
	max-width: 560px;
	margin: 18px 0 0;
	color: var(--aq-soft-ink);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.58;
}

.artiqra-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.artiqra-primary-cta,
.artiqra-secondary-cta,
.artiqra-product-link {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 13px 18px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.artiqra-primary-cta,
.artiqra-product-link {
	border: 1px solid var(--aq-ink);
	background: var(--aq-ink);
	color: #ffffff !important;
	box-shadow: 0 14px 30px rgba(21, 18, 15, 0.2);
}

.artiqra-primary-cta::after,
.artiqra-product-link::after,
.artiqra-style-card::after {
	content: ">";
	margin-left: 9px;
	font-weight: 900;
}

.artiqra-secondary-cta {
	border: 1px solid rgba(21, 18, 15, 0.22);
	background: rgba(255, 255, 255, 0.64);
	color: var(--aq-ink) !important;
}

.artiqra-primary-cta:hover,
.artiqra-primary-cta:focus,
.artiqra-product-link:hover,
.artiqra-product-link:focus {
	transform: translateY(-1px);
	background: #2b241d;
	color: #ffffff;
}

.artiqra-secondary-cta:hover,
.artiqra-secondary-cta:focus {
	transform: translateY(-1px);
	border-color: var(--aq-ink);
	background: #ffffff;
	color: var(--aq-ink);
}

.artiqra-studio-proof {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	max-width: 560px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.artiqra-studio-proof li {
	min-height: 78px;
	padding: 12px;
	border: 1px solid rgba(21, 18, 15, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 10px 24px rgba(21, 18, 15, 0.06);
}

.artiqra-studio-proof strong,
.artiqra-studio-proof span {
	display: block;
}

.artiqra-studio-proof strong {
	color: var(--aq-ink);
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
}

.artiqra-studio-proof span {
	margin-top: 7px;
	color: var(--aq-muted);
	font-size: 12px;
	font-weight: 750;
	line-height: 1.25;
}

.artiqra-studio-visual {
	min-height: 470px;
}

.artiqra-sculpture-card {
	position: absolute;
	overflow: hidden;
	border: 1px solid rgba(21, 18, 15, 0.12);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: var(--aq-shadow);
	transform: translateZ(0);
}

.artiqra-sculpture-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 700ms ease;
}

.artiqra-studio-visual:hover .artiqra-sculpture-card img {
	transform: scale(1.035);
}

.artiqra-card-large {
	inset: 0 auto auto 54px;
	width: 66%;
	aspect-ratio: 0.78;
}

.artiqra-card-small {
	width: 34%;
	aspect-ratio: 0.86;
}

.artiqra-card-a {
	top: 38px;
	right: 8px;
}

.artiqra-card-b {
	right: 62px;
	bottom: 18px;
}

.artiqra-process-ribbon {
	position: absolute;
	right: 0;
	bottom: 86px;
	z-index: 2;
	padding: 12px 14px;
	border: 1px solid rgba(21, 18, 15, 0.16);
	border-radius: 6px;
	background: rgba(255, 253, 250, 0.9);
	color: var(--aq-ink);
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 16px 38px rgba(21, 18, 15, 0.14);
}

.artiqra-style-section,
.artiqra-products-section,
.artiqra-studio-process,
.artiqra-depth-section {
	width: min(1180px, calc(100% - 36px));
	margin: 0 auto;
}

.artiqra-style-section,
.artiqra-products-section,
.artiqra-studio-process {
	padding: 44px 0;
	content-visibility: auto;
	contain-intrinsic-size: 620px;
}

.artiqra-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.artiqra-section-heading h2,
.artiqra-process-copy h2,
.artiqra-depth-section h2 {
	max-width: 720px;
	margin: 0;
	color: var(--aq-ink);
	font-size: 36px;
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: 0;
}

.artiqra-style-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
}

.artiqra-style-card {
	position: relative;
	display: flex;
	min-height: 238px;
	overflow: hidden;
	flex-direction: column;
	justify-content: flex-end;
	padding: 14px;
	border: 1px solid rgba(21, 18, 15, 0.12);
	border-radius: 8px;
	background: var(--aq-ink);
	color: #ffffff !important;
	box-shadow: 0 16px 34px rgba(21, 18, 15, 0.1);
	isolation: isolate;
	transition: transform 180ms ease, border-color 180ms ease;
}

.artiqra-style-card img {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 620ms ease;
}

.artiqra-style-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(21, 18, 15, 0.08) 0%, rgba(21, 18, 15, 0.34) 42%, rgba(21, 18, 15, 0.86) 100%);
}

.artiqra-style-card span,
.artiqra-style-card small {
	display: block;
	color: #ffffff !important;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}

.artiqra-style-card span {
	font-size: 17px;
	font-weight: 900;
	line-height: 1.18;
}

.artiqra-style-card small {
	margin-top: 7px;
	color: rgba(255, 255, 255, 0.84) !important;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.38;
}

.artiqra-style-card::after {
	margin-top: 12px;
	color: #f4c768;
	font-size: 14px;
	text-shadow: none;
}

.artiqra-style-card:hover,
.artiqra-style-card:focus {
	transform: translateY(-2px);
	border-color: rgba(244, 199, 104, 0.62);
	color: #ffffff;
}

.artiqra-style-card:hover img,
.artiqra-style-card:focus img {
	transform: scale(1.05);
}

.artiqra-products-section {
	width: 100%;
	margin-top: 8px;
	padding: 46px max(18px, calc((100vw - 1180px) / 2));
	background: #15120f;
}

.artiqra-products-section .artiqra-section-heading h2 {
	color: #ffffff;
}

.artiqra-products-section .artiqra-section-heading p {
	color: #f1c66b;
}

.artiqra-products-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.artiqra-product-card {
	display: grid;
	grid-template-columns: 42% minmax(0, 1fr);
	min-height: 202px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	background: #fffdfa;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
	transition: transform 180ms ease, border-color 180ms ease;
}

.artiqra-product-card:hover {
	transform: translateY(-2px);
	border-color: rgba(241, 198, 107, 0.48);
}

.artiqra-product-image {
	display: block;
	min-height: 100%;
	overflow: hidden;
	background: #ede6db;
}

.artiqra-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 202px;
	object-fit: cover;
	transition: transform 620ms ease;
}

.artiqra-product-card:hover .artiqra-product-image img {
	transform: scale(1.045);
}

.artiqra-product-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 16px;
}

.artiqra-product-info h3 {
	margin: 0;
	color: var(--aq-ink);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.18;
	letter-spacing: 0;
}

.artiqra-product-info h3 a:hover,
.artiqra-product-info h3 a:focus {
	color: var(--aq-clay);
}

.artiqra-product-price {
	margin-top: 9px;
	color: var(--aq-olive);
	font-size: 15px;
	font-weight: 900;
}

.artiqra-product-info p {
	margin: 8px 0 14px;
	color: var(--aq-muted);
	font-size: 12px;
	font-weight: 650;
	line-height: 1.4;
}

.artiqra-product-link {
	align-self: flex-start;
	min-height: 38px;
	padding: 10px 13px;
	font-size: 12px;
	box-shadow: none;
}

.artiqra-studio-process {
	display: grid;
	grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1.26fr);
	gap: 28px;
	align-items: start;
}

.artiqra-process-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.artiqra-process-item {
	min-height: 164px;
	padding: 18px;
	border: 1px solid var(--aq-line);
	border-radius: 8px;
	background: var(--aq-surface);
	box-shadow: 0 12px 28px rgba(21, 18, 15, 0.06);
}

.artiqra-process-item span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-bottom: 16px;
	border-radius: 50%;
	background: var(--aq-ink);
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
}

.artiqra-process-item strong {
	display: block;
	color: var(--aq-ink);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
}

.artiqra-process-item p {
	margin: 8px 0 0;
	color: var(--aq-muted);
	font-size: 14px;
	font-weight: 520;
	line-height: 1.5;
}

.artiqra-depth-section {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.68fr);
	gap: 28px;
	align-items: center;
	margin-bottom: 52px;
	padding: 36px;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(21, 18, 15, 0.96), rgba(64, 93, 74, 0.92)),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 58px);
	color: #ffffff;
}

.artiqra-depth-section h2 {
	color: #ffffff;
}

.artiqra-depth-section p:last-child {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	font-weight: 550;
	line-height: 1.62;
}

body.home .site-content,
body.home .entry-content {
	margin-top: 0;
}

body.home .entry-content > .artiqra-studio-home:first-child {
	margin-top: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	overflow: hidden;
	border: 1px solid #e6ded2;
	border-radius: 8px;
	background: #fffdfa;
	box-shadow: 0 14px 32px rgba(21, 18, 15, 0.06);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.woocommerce-shop .woocommerce-products-header {
	margin-bottom: 20px;
	padding: 20px 0 4px;
}

.woocommerce-shop .woocommerce-products-header__title.page-title {
	color: #15120f;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: 0;
}

.woocommerce-shop .woocommerce-result-count,
.woocommerce-shop .woocommerce-ordering {
	color: #5f554b;
	font-size: 14px;
	font-weight: 650;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	transform: translateY(-2px);
	border-color: rgba(180, 95, 67, 0.44);
	box-shadow: 0 18px 42px rgba(21, 18, 15, 0.1);
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	aspect-ratio: 1;
	object-fit: cover;
	background: #f2eadf;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	min-height: 42px;
	padding-inline: 12px;
	color: #17130f;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 0;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	padding-inline: 12px;
	color: #405d4a;
	font-weight: 900;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin: 12px;
	border-radius: 6px;
	background: #15120f;
	color: #ffffff;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover {
	background: #b45f43;
	color: #ffffff;
}

.single-product div.product {
	width: min(1180px, calc(100% - 28px));
	margin-inline: auto;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
	border: 1px solid #e5dccf;
	border-radius: 8px;
	background: #fffdfa;
	box-shadow: 0 18px 44px rgba(21, 18, 15, 0.07);
}

.single-product div.product .woocommerce-product-gallery {
	overflow: hidden;
	padding: 10px;
}

.single-product div.product .summary {
	padding: 22px;
}

.single-product .product_title {
	color: #15120f;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: 0;
}

.single-product div.product p.price,
.single-product div.product span.price {
	color: #405d4a;
	font-size: 21px;
	font-weight: 900;
}

.single-product div.product form.cart {
	margin-top: 18px;
	padding: 16px;
	border: 1px solid #e5dccf;
	border-radius: 8px;
	background: #f8f3ea;
}

.single-product .single_add_to_cart_button,
.single-product div.product form.cart .button {
	min-height: 48px;
	border-radius: 6px;
	background: #15120f;
	color: #ffffff;
	font-size: 14px;
	font-weight: 900;
}

.single-product .single_add_to_cart_button:hover,
.single-product div.product form.cart .button:hover {
	background: #b45f43;
	color: #ffffff;
}

.single-product .woocommerce-tabs,
.single-product .related.products,
.single-product .upsells.products {
	width: min(1180px, calc(100% - 28px));
	margin-inline: auto;
}

.single-product .woocommerce-tabs {
	margin-top: 28px;
}

.artiqra-mobile-sticky-cta {
	position: fixed;
	right: 10px;
	bottom: 10px;
	left: 10px;
	z-index: 9998;
	display: none !important;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px;
	border: 1px solid rgba(21, 18, 15, 0.12);
	border-radius: 8px;
	background: rgba(255, 253, 250, 0.96);
	box-shadow: 0 16px 38px rgba(21, 18, 15, 0.18);
}

.artiqra-mobile-sticky-cta span {
	overflow: hidden;
	color: #15120f;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.artiqra-mobile-sticky-cta button {
	flex: 0 0 auto;
	min-height: 40px;
	padding: 10px 14px;
	border: 0;
	border-radius: 6px;
	background: #15120f;
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

@media (max-width: 1120px) {
	.artiqra-studio-hero {
		grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
		gap: 28px;
	}

	.artiqra-studio-hero h1 {
		font-size: 52px;
	}

	.artiqra-style-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.artiqra-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.artiqra-editable-hero,
	.artiqra-editable-hero > .e-con-inner {
		grid-template-columns: 1fr !important;
		gap: 18px !important;
		min-height: 0;
	}

	.artiqra-editable-hero {
		padding: 20px 14px 14px !important;
	}

	.artiqra-hero-title-widget .elementor-heading-title {
		font-size: 35px;
		line-height: 1.02;
	}

	.artiqra-hero-lede-widget {
		font-size: 14px;
		line-height: 1.45;
	}

	.artiqra-hero-action-row {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 8px !important;
	}

	.artiqra-primary-button .elementor-button,
	.artiqra-secondary-button .elementor-button {
		width: 100%;
		min-height: 44px;
		padding: 12px 10px;
		font-size: 13px;
	}

	.artiqra-hero-proof-row {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 6px !important;
	}

	.artiqra-proof-card {
		min-height: 56px;
		padding: 8px;
	}

	.artiqra-proof-card strong {
		font-size: 17px;
	}

	.artiqra-proof-card .elementor-widget-container {
		font-size: 10px;
	}

	.artiqra-hero-editable-gallery {
		grid-template-columns: 1.35fr 1fr 1fr !important;
		grid-template-rows: auto !important;
		gap: 8px !important;
		min-height: 128px;
	}

	.artiqra-hero-image-main {
		grid-column: 1;
		grid-row: 1;
	}

	.artiqra-hero-image-main img {
		min-height: 128px;
	}

	.artiqra-hero-image-top {
		grid-column: 2;
		grid-row: 1;
	}

	.artiqra-hero-image-bottom {
		grid-column: 3;
		grid-row: 1;
	}

	.artiqra-hero-image-top img,
	.artiqra-hero-image-bottom img {
		min-height: 128px;
	}

	.artiqra-process-chip {
		display: none;
	}

	.artiqra-editable-section,
	.artiqra-sale-section {
		padding-top: 28px !important;
		padding-bottom: 28px !important;
	}

	.artiqra-editable-section {
		width: min(100% - 28px, 680px) !important;
	}

	.artiqra-section-title .elementor-heading-title {
		font-size: 27px;
		line-height: 1.12;
	}

	.artiqra-category-grid {
		display: flex;
		gap: 10px;
		overflow-x: auto;
		padding-bottom: 8px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.artiqra-category-card {
		flex: 0 0 76%;
		min-height: 218px;
		scroll-snap-align: start;
	}

	.artiqra-process-editable-grid {
		grid-template-columns: 1fr !important;
	}

	.artiqra-studio-hero {
		grid-template-columns: 1fr;
		width: min(100% - 28px, 680px);
		min-height: 0;
		padding: 24px 0 16px;
	}

	.artiqra-studio-hero::before {
		inset: 6px -14px 8px;
	}

	.artiqra-studio-hero h1 {
		font-size: 39px;
		line-height: 1.02;
	}

	.artiqra-hero-lede {
		margin-top: 12px;
		font-size: 15px;
		line-height: 1.5;
	}

	.artiqra-hero-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		margin-top: 16px;
	}

	.artiqra-primary-cta,
	.artiqra-secondary-cta {
		min-height: 44px;
		padding: 12px 10px;
		font-size: 13px;
	}

	.artiqra-studio-proof {
		gap: 6px;
		margin-top: 14px;
	}

	.artiqra-studio-proof li {
		min-height: 64px;
		padding: 9px;
	}

	.artiqra-studio-proof strong {
		font-size: 18px;
	}

	.artiqra-studio-proof span {
		margin-top: 5px;
		font-size: 10px;
	}

	.artiqra-studio-visual {
		min-height: 206px;
	}

	.artiqra-card-large {
		top: 0;
		left: 0;
		width: 45%;
		aspect-ratio: 1;
	}

	.artiqra-card-small {
		width: 28%;
		aspect-ratio: 0.9;
	}

	.artiqra-card-a {
		top: 18px;
		right: 29%;
	}

	.artiqra-card-b {
		right: 0;
		bottom: 12px;
	}

	.artiqra-process-ribbon {
		right: 12px;
		bottom: 18px;
		padding: 10px;
		font-size: 10px;
	}

	.artiqra-style-section,
	.artiqra-products-section,
	.artiqra-studio-process {
		padding-top: 28px;
		padding-bottom: 28px;
	}

	.artiqra-section-heading {
		display: block;
		margin-bottom: 14px;
	}

	.artiqra-section-heading h2,
	.artiqra-process-copy h2,
	.artiqra-depth-section h2 {
		font-size: 27px;
		line-height: 1.12;
	}

	.artiqra-style-section {
		width: 100%;
		padding-inline: 14px;
	}

	.artiqra-style-grid {
		display: flex;
		gap: 10px;
		overflow-x: auto;
		padding-bottom: 8px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.artiqra-style-card {
		flex: 0 0 72%;
		min-height: 218px;
		scroll-snap-align: start;
	}

	.artiqra-products-section {
		padding-inline: 14px;
	}

	.artiqra-products-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.artiqra-product-card {
		min-height: 172px;
		grid-template-columns: 39% minmax(0, 1fr);
	}

	.artiqra-product-image img {
		min-height: 172px;
	}

	.artiqra-product-info {
		padding: 12px;
	}

	.artiqra-product-info h3 {
		font-size: 16px;
	}

	.artiqra-studio-process {
		grid-template-columns: 1fr;
		width: min(100% - 28px, 680px);
		gap: 16px;
	}

	.artiqra-process-grid {
		grid-template-columns: 1fr;
	}

	.artiqra-depth-section {
		grid-template-columns: 1fr;
		width: min(100% - 28px, 680px);
		margin-bottom: 34px;
		padding: 24px;
	}

	.single-product div.product {
		width: min(100% - 20px, 680px);
	}

	.single-product div.product .summary {
		padding: 16px;
	}

	.single-product .product_title {
		font-size: 26px;
	}

	.single-product div.product form.cart {
		padding: 12px;
	}

	body.single-product .artiqra-mobile-sticky-cta {
		display: none !important;
	}
}

@media (max-width: 520px) {
	.artiqra-studio-hero h1 {
		font-size: 36px;
	}

	.artiqra-kicker,
	.artiqra-section-heading p,
	.artiqra-process-copy p {
		font-size: 11px;
	}

	.artiqra-style-card {
		flex-basis: 78%;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.artiqra-studio-home *,
	.artiqra-studio-home *::before,
	.artiqra-studio-home *::after,
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.single-product .single_add_to_cart_button,
	.artiqra-mobile-sticky-cta {
		transition: none !important;
		animation: none !important;
	}
}

/* Brand palette and editable homepage refresh, v1.1.3. */
:root {
	--aq-brand-ink: #0f0f0f;
	--aq-brand-silver: #bfc3c7;
	--aq-brand-silver-dark: #9ea3a8;
	--aq-brand-ivory: #f4f2ee;
	--aq-brand-muted: #5f6163;
	--aq-ink: #0f0f0f;
	--aq-soft-ink: #262626;
	--aq-muted: #5f6163;
	--aq-line: rgba(191, 195, 199, 0.72);
	--aq-surface: #ffffff;
	--aq-warm: #f4f2ee;
	--aq-silver: #bfc3c7;
	--aq-silver-dark: #9ea3a8;
}

body.home,
body.home .site-content,
body.post-type-archive-product,
body.tax-product_cat,
body.single-product {
	background: var(--aq-brand-ivory);
}

.artiqra-elementor-home {
	--aq-ink: var(--aq-brand-ink);
	--aq-soft-ink: #262626;
	--aq-muted: var(--aq-brand-muted);
	--aq-line: rgba(191, 195, 199, 0.72);
	--aq-surface: #ffffff;
	--aq-warm: var(--aq-brand-ivory);
	--aq-silver: var(--aq-brand-silver);
	--aq-silver-dark: var(--aq-brand-silver-dark);
	--aq-shadow: 0 22px 58px rgba(15, 15, 15, 0.12);
	background: var(--aq-brand-ivory);
}

.artiqra-editable-hero {
	background:
		linear-gradient(90deg, rgba(244, 242, 238, 0.96), rgba(255, 255, 255, 0.76)),
		repeating-linear-gradient(90deg, rgba(15, 15, 15, 0.05) 0 1px, transparent 1px 54px) !important;
	border-color: rgba(191, 195, 199, 0.74) !important;
}

.artiqra-hero-eyebrow-widget .elementor-heading-title,
.artiqra-section-eyebrow .elementor-heading-title {
	color: var(--aq-brand-muted) !important;
}

.artiqra-primary-cta,
.artiqra-secondary-cta,
.artiqra-product-link {
	border: 1px solid rgba(15, 15, 15, 0.72) !important;
	border-radius: 999px !important;
	background: transparent !important;
	color: var(--aq-brand-ink) !important;
	box-shadow: none !important;
}

.artiqra-primary-cta:hover,
.artiqra-primary-cta:focus,
.artiqra-secondary-cta:hover,
.artiqra-secondary-cta:focus,
.artiqra-product-link:hover,
.artiqra-product-link:focus {
	border-color: var(--aq-brand-ink) !important;
	background: var(--aq-brand-ink) !important;
	color: #ffffff !important;
	box-shadow: 0 16px 34px rgba(15, 15, 15, 0.18) !important;
	transform: translateY(-1px);
}

.artiqra-proof-card,
.artiqra-process-chip,
.artiqra-process-editable-card,
.artiqra-category-card,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.single-product div.product .woocommerce-product-gallery,
.single-product div.product .images,
.single-product div.product .nickx_product_images_with_video,
.single-product div.product .summary {
	border-color: rgba(191, 195, 199, 0.8) !important;
}

.artiqra-category-card::after,
.artiqra-style-card::after {
	color: var(--aq-brand-silver) !important;
}

.artiqra-category-card:hover,
.artiqra-style-card:hover,
.artiqra-style-card:focus {
	border-color: var(--aq-brand-silver) !important;
}

.artiqra-sale-section,
.artiqra-products-section {
	background:
		linear-gradient(135deg, #0f0f0f 0%, #202020 100%),
		repeating-linear-gradient(90deg, rgba(191, 195, 199, 0.12) 0 1px, transparent 1px 58px) !important;
}

.artiqra-sale-section .artiqra-section-eyebrow .elementor-heading-title,
.artiqra-products-section .artiqra-section-heading p {
	color: var(--aq-brand-silver) !important;
}

.artiqra-trust-section {
	padding-top: 26px !important;
	padding-bottom: 18px !important;
	content-visibility: auto;
	contain-intrinsic-size: 190px;
}

.artiqra-trust-carousel,
.artiqra-trust-carousel > .e-con-inner {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	gap: 10px !important;
}

.artiqra-trust-card {
	position: relative;
	min-height: 116px;
	overflow: hidden;
	padding: 15px;
	border: 1px solid rgba(191, 195, 199, 0.85);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 14px 34px rgba(15, 15, 15, 0.06);
	color: var(--aq-brand-muted);
}

.artiqra-trust-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg, transparent 0%, rgba(191, 195, 199, 0.26) 42%, transparent 66%);
	transform: translateX(-120%);
	animation: artiqra-soft-scan 7s ease-in-out infinite;
	pointer-events: none;
}

.artiqra-trust-card .elementor-widget-container {
	position: relative;
	z-index: 1;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.42;
}

.artiqra-trust-card strong {
	display: block;
	margin-bottom: 8px;
	color: var(--aq-brand-ink);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.18;
}

.artiqra-made-section {
	width: 100vw !important;
	max-width: none !important;
	margin-inline: calc(50% - 50vw) !important;
	padding: 56px max(18px, calc((100vw - 1180px) / 2)) !important;
	background:
		linear-gradient(135deg, #0f0f0f 0%, #1f1f1f 72%, #2b2b2b 100%),
		repeating-linear-gradient(90deg, rgba(191, 195, 199, 0.12) 0 1px, transparent 1px 62px);
	color: #ffffff;
	content-visibility: auto;
	contain-intrinsic-size: 760px;
}

.artiqra-made-section .artiqra-section-title .elementor-heading-title {
	color: #ffffff;
}

.artiqra-made-section .artiqra-section-eyebrow .elementor-heading-title {
	color: var(--aq-brand-silver) !important;
}

.artiqra-made-layout,
.artiqra-made-layout > .e-con-inner {
	display: grid !important;
	grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr) !important;
	gap: 24px !important;
	align-items: center !important;
}

.artiqra-made-copy .artiqra-hero-lede-widget,
.artiqra-made-copy .artiqra-hero-lede-widget .elementor-widget-container {
	color: rgba(255, 255, 255, 0.78) !important;
}

.artiqra-made-steps,
.artiqra-made-steps > .e-con-inner {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 10px !important;
}

.artiqra-made-step {
	min-height: 128px;
	padding: 16px;
	border: 1px solid rgba(191, 195, 199, 0.38);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.07);
	color: rgba(255, 255, 255, 0.75);
}

.artiqra-made-step .elementor-widget-container {
	font-size: 13px;
	font-weight: 620;
	line-height: 1.42;
}

.artiqra-made-step strong {
	display: block;
	margin-bottom: 8px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.18;
}

.artiqra-made-video {
	overflow: hidden;
	border: 1px solid rgba(191, 195, 199, 0.48);
	border-radius: 20px;
	background: #000000;
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
}

.artiqra-made-video .elementor-widget-container,
.artiqra-made-video video {
	display: block;
	width: 100%;
}

.artiqra-made-video video {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.artiqra-gallery-section {
	content-visibility: auto;
	contain-intrinsic-size: 620px;
}

.artiqra-gallery-carousel .swiper-slide,
.artiqra-gallery-carousel .slick-slide {
	padding: 5px;
}

.artiqra-gallery-carousel img {
	width: 100%;
	height: 270px;
	object-fit: cover;
	border: 1px solid rgba(191, 195, 199, 0.78);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 16px 34px rgba(15, 15, 15, 0.08);
}

.artiqra-gallery-cta {
	margin-top: 18px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.single-product div.product .woocommerce-product-gallery,
.single-product div.product .images,
.single-product div.product .nickx_product_images_with_video,
.single-product div.product .summary,
.single-product div.product form.cart,
.woocommerce div.product .woocommerce-tabs .panel {
	background: rgba(255, 255, 255, 0.78) !important;
	border-color: rgba(191, 195, 199, 0.82) !important;
	border-radius: 16px !important;
}

.single-product div.product .images,
.single-product div.product .nickx_product_images_with_video {
	overflow: hidden;
	padding: 12px;
	box-shadow: 0 18px 44px rgba(15, 15, 15, 0.07);
}

.single-product div.product .nickx-slider,
.single-product div.product .woocommerce-product-gallery__image,
.single-product div.product .nickx-slider img {
	border-radius: 12px;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	border-color: var(--aq-brand-silver-dark) !important;
	box-shadow: 0 18px 42px rgba(15, 15, 15, 0.11) !important;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.single-product div.product p.price,
.single-product div.product span.price {
	color: var(--aq-brand-ink) !important;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.single-product .single_add_to_cart_button,
.single-product div.product form.cart .button,
.artiqra-mobile-sticky-cta button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border: 1px solid rgba(15, 15, 15, 0.74) !important;
	border-radius: 999px !important;
	background: transparent !important;
	color: var(--aq-brand-ink) !important;
	box-shadow: none !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover,
.single-product .single_add_to_cart_button:hover,
.single-product div.product form.cart .button:hover,
.artiqra-mobile-sticky-cta button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	border-color: var(--aq-brand-ink) !important;
	background: var(--aq-brand-ink) !important;
	color: #ffffff !important;
}

.woocommerce span.onsale {
	min-height: 34px;
	padding: 7px 10px;
	border: 1px solid rgba(191, 195, 199, 0.85);
	border-radius: 999px;
	background: var(--aq-brand-ink);
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.single-product div.product form.cart {
	background: var(--aq-brand-ivory) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px !important;
	padding: 0 !important;
	border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	border: 1px solid rgba(15, 15, 15, 0.22) !important;
	border-radius: 999px !important;
	background: transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 11px 16px !important;
	color: var(--aq-brand-ink) !important;
	font-size: 13px;
	font-weight: 900 !important;
	line-height: 1 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-color: var(--aq-brand-ink) !important;
	background: var(--aq-brand-ink) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #ffffff !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 22px !important;
	box-shadow: 0 16px 34px rgba(15, 15, 15, 0.06);
}

@keyframes artiqra-soft-scan {
	0%,
	52% {
		transform: translateX(-120%);
	}

	78%,
	100% {
		transform: translateX(120%);
	}
}

@media (max-width: 820px) {
	.artiqra-trust-section {
		width: 100% !important;
		padding-inline: 14px !important;
	}

	.artiqra-trust-carousel,
	.artiqra-trust-carousel > .e-con-inner {
		display: flex !important;
		gap: 10px !important;
		overflow-x: auto;
		padding-bottom: 8px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.artiqra-trust-card {
		flex: 0 0 78%;
		min-height: 118px;
		scroll-snap-align: start;
	}

	.artiqra-made-section {
		padding: 34px 14px !important;
	}

	.artiqra-made-layout,
	.artiqra-made-layout > .e-con-inner {
		grid-template-columns: 1fr !important;
		gap: 18px !important;
	}

	.artiqra-made-steps,
	.artiqra-made-steps > .e-con-inner {
		grid-template-columns: 1fr !important;
	}

	.artiqra-made-step {
		min-height: 108px;
	}

	.artiqra-gallery-carousel img {
		height: 210px;
	}

	.woocommerce div.product .woocommerce-tabs .panel {
		padding: 16px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.artiqra-trust-card::before {
		animation: none !important;
	}
}

/* Mobile-first conversion refinements, v1.1.20. */
@media (max-width: 820px) {
	.artiqra-elementor-home .artiqra-editable-section {
		padding-top: 24px !important;
		padding-bottom: 24px !important;
	}

	.artiqra-section-eyebrow .elementor-heading-title {
		font-size: 11px !important;
	}

	.artiqra-section-title .elementor-heading-title {
		font-size: 25px !important;
		line-height: 1.08 !important;
	}

	.artiqra-trust-section {
		padding-top: 18px !important;
		padding-bottom: 14px !important;
	}

	.artiqra-trust-section .artiqra-section-title .elementor-heading-title {
		max-width: 330px;
	}

	.artiqra-trust-carousel,
	.artiqra-trust-carousel > .e-con-inner {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: stretch !important;
		width: calc(100% + 28px) !important;
		max-width: none !important;
		margin-inline: -14px !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		gap: 10px !important;
		padding: 8px 14px 10px !important;
		scroll-padding-inline: 14px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.artiqra-trust-card {
		flex: 0 0 76% !important;
		width: 76% !important;
		max-width: 286px !important;
		min-height: 122px;
		scroll-snap-align: start;
	}

	.artiqra-products-editable-section .woocommerce ul.products,
	.artiqra-products-editable-section ul.products {
		display: flex !important;
		grid-template-columns: none !important;
		flex-wrap: nowrap !important;
		gap: 12px !important;
		width: calc(100% + 28px) !important;
		max-width: none !important;
		margin-inline: -14px !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		padding: 4px 14px 14px !important;
		scroll-padding-inline: 14px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.artiqra-products-editable-section .woocommerce ul.products li.product,
	.artiqra-products-editable-section ul.products li.product {
		flex: 0 0 min(76%, 286px) !important;
		width: min(76%, 286px) !important;
		max-width: 286px !important;
		margin: 0 !important;
		scroll-snap-align: start;
	}

	.artiqra-products-editable-section ul.products li.product a img {
		aspect-ratio: 1;
	}

	.artiqra-sale-section {
		padding-top: 26px !important;
		padding-bottom: 26px !important;
	}

	.artiqra-made-section {
		padding-top: 32px !important;
		padding-bottom: 32px !important;
	}

	.artiqra-made-steps,
	.artiqra-made-steps > .e-con-inner {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		width: calc(100% + 28px) !important;
		max-width: none !important;
		margin-inline: -14px !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		gap: 10px !important;
		padding: 4px 14px 10px !important;
		scroll-padding-inline: 14px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.artiqra-made-step {
		flex: 0 0 76% !important;
		width: 76% !important;
		max-width: 286px !important;
		min-height: 126px;
		scroll-snap-align: start;
	}

	.artiqra-gallery-carousel img {
		height: 198px;
	}
}

/* Premium footer and floating action refresh, v1.1.20. */
.site-footer {
	margin-top: 0;
	background: var(--aq-brand-ink);
	color: var(--aq-brand-ivory);
}

.site-footer a {
	text-decoration: none;
	transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.site-footer,
.site-above-footer-wrap,
.site-primary-footer-wrap,
.site-below-footer-wrap {
	box-sizing: border-box;
	width: 100vw !important;
	max-width: none !important;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
}

.site-above-footer-wrap {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 242, 238, 0.94)),
		repeating-linear-gradient(90deg, rgba(15, 15, 15, 0.035) 0 1px, transparent 1px 46px);
	border-block: 1px solid rgba(15, 15, 15, 0.1);
}

.site-above-footer-inner-wrap {
	width: min(1120px, calc(100% - 36px));
	margin-inline: auto;
}

.site-above-footer-wrap #block-26 p {
	margin: 0;
	color: var(--aq-brand-ink);
	font-size: clamp(28px, 4vw, 46px);
	font-weight: 900;
	line-height: 1.04;
	letter-spacing: 0;
	text-align: center;
}

.site-above-footer-wrap #block-25 {
	margin-top: 16px;
	padding: 14px;
	border: 1px solid rgba(15, 15, 15, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 18px 44px rgba(15, 15, 15, 0.08);
}

.site-above-footer-wrap #block-25 img {
	display: block;
	width: min(780px, 100%);
	height: auto;
	margin-inline: auto;
	object-fit: contain;
}

.site-primary-footer-wrap {
	background:
		linear-gradient(180deg, #161616, var(--aq-brand-ink)) !important;
	border-top: 1px solid rgba(244, 242, 238, 0.12);
}

.site-primary-footer-inner-wrap {
	width: min(1120px, calc(100% - 36px));
	margin-inline: auto;
	padding: 0 !important;
	gap: 24px !important;
}

.site-primary-footer-wrap .site-footer-section {
	box-sizing: border-box;
	min-width: 0;
	padding-inline: 18px;
	border-left: 1px solid rgba(244, 242, 238, 0.12);
	text-align: left;
}

.site-primary-footer-wrap .site-footer-section:first-child {
	border-left: 0;
}

.site-primary-footer-wrap p {
	margin: 0 0 10px;
	color: rgba(244, 242, 238, 0.72);
	font-size: 14px;
	font-weight: 560;
	line-height: 1.5;
}

.site-primary-footer-wrap p:first-child,
.site-primary-footer-wrap .widget_block > p:first-child,
.site-primary-footer-wrap .ast-builder-html-element > p:first-child {
	margin-bottom: 14px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.site-primary-footer-wrap p:first-child span,
.site-primary-footer-wrap p:first-child strong,
.site-primary-footer-wrap .widget_block > p:first-child span,
.site-primary-footer-wrap .widget_block > p:first-child strong,
.site-primary-footer-wrap .ast-builder-html-element > p:first-child span,
.site-primary-footer-wrap .ast-builder-html-element > p:first-child strong {
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}

.site-primary-footer-wrap a {
	color: rgba(244, 242, 238, 0.86) !important;
	font-weight: 720;
}

.site-primary-footer-wrap a:hover,
.site-primary-footer-wrap a:focus {
	color: #ffffff !important;
}

.site-footer-primary-section-3 .ast-builder-html-element > p:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: auto;
	gap: 8px;
	border-bottom: 0;
	text-align: center;
}

.site-footer-primary-section-3 .ast-builder-html-element > p:nth-child(3) {
	line-height: 1.5;
}

.site-footer-primary-section-3 .ast-builder-html-element > p:nth-child(3) > br,
.site-footer-primary-section-3 a[href^="mailto:"] br {
	display: none;
}

.site-footer-primary-section-3 a {
	line-height: 1.5;
}

.site-footer-primary-section-4 .wp-block-social-links {
	gap: 12px !important;
	justify-content: center !important;
	align-items: center !important;
	margin: 8px 0 18px !important;
}

.site-footer-primary-section-4 .wp-block-social-links .wp-social-link {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 44px !important;
	height: 44px !important;
	flex: 0 0 44px !important;
	margin: 0 !important;
	border: 1px solid rgba(244, 242, 238, 0.18);
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.08) !important;
	color: var(--aq-brand-silver) !important;
}

.site-footer-primary-section-4 .wp-block-social-links .wp-block-social-link-anchor {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: transparent !important;
	color: var(--aq-brand-silver) !important;
}

.site-footer-primary-section-4 .wp-block-social-links svg,
.site-footer-primary-section-4 .wp-block-social-links svg path {
	width: 18px !important;
	height: 18px !important;
	fill: currentColor !important;
	color: var(--aq-brand-silver) !important;
}

.site-footer-primary-section-4 .wp-block-social-links .wp-social-link:hover,
.site-footer-primary-section-4 .wp-block-social-links .wp-social-link:focus-within {
	transform: translateY(-1px);
	border-color: rgba(244, 242, 238, 0.38);
	background: rgba(255, 255, 255, 0.15) !important;
}

.site-primary-footer-wrap #block-21,
.site-primary-footer-wrap #block-21 figure {
	display: flex;
	justify-content: center;
	width: 100%;
	text-align: center !important;
}

.site-primary-footer-wrap #block-21 figure {
	margin: 6px auto 0 !important;
}

.site-primary-footer-wrap #block-21 img {
	display: block;
	max-width: 142px;
	height: auto;
	margin: 0 auto !important;
	padding: 8px;
	border: 1px solid rgba(244, 242, 238, 0.16);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.92);
}

.site-below-footer-wrap {
	background: var(--aq-brand-ink) !important;
	border-top: 1px solid rgba(244, 242, 238, 0.12);
}

.site-below-footer-wrap .ast-footer-copyright p {
	margin: 0;
	color: rgba(244, 242, 238, 0.72);
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.artiqra-brand-section {
	position: relative;
	overflow: hidden;
	width: 100vw !important;
	max-width: none !important;
	margin-inline: calc(50% - 50vw) !important;
	padding: 58px max(20px, calc((100vw - 1120px) / 2)) !important;
	background:
		radial-gradient(circle at 82% 18%, rgba(191, 195, 199, 0.2), transparent 30%),
		linear-gradient(135deg, #171717 0%, #0f0f0f 58%, #24211c 100%);
	color: #ffffff;
	border-block: 1px solid rgba(255, 255, 255, 0.12);
	isolation: isolate;
}

.artiqra-brand-section::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 54px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
}

.artiqra-brand-section .artiqra-section-eyebrow .elementor-heading-title {
	color: var(--aq-brand-silver) !important;
}

.artiqra-brand-section .artiqra-section-title .elementor-heading-title {
	max-width: 860px;
	color: #ffffff !important;
}

.artiqra-brand-section .artiqra-hero-lede-widget {
	max-width: 740px;
	color: rgba(244, 242, 238, 0.78) !important;
}

.artiqra-brand-proof-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	max-width: 880px;
	margin-top: 8px;
}

.artiqra-brand-proof-grid span {
	display: block;
	min-height: 108px;
	padding: 16px;
	border: 1px solid rgba(244, 242, 238, 0.16);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.075);
	box-shadow: 0 20px 42px rgba(0, 0, 0, 0.18);
}

.artiqra-brand-proof-grid strong,
.artiqra-brand-proof-grid small {
	display: block;
}

.artiqra-brand-proof-grid strong {
	color: #ffffff;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.18;
}

.artiqra-brand-proof-grid small {
	margin-top: 8px;
	color: rgba(244, 242, 238, 0.68);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.36;
}

.artiqra-brand-action-row,
.artiqra-brand-action-row > .e-con-inner {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	margin-top: 6px;
}

.artiqra-brand-section .artiqra-primary-button .elementor-button {
	border-color: #ffffff;
	background: #ffffff;
	color: var(--aq-brand-ink);
}

.artiqra-brand-section .artiqra-secondary-button .elementor-button {
	border-color: rgba(255, 255, 255, 0.36);
	background: transparent;
	color: #ffffff;
}

/* Mobile UX cleanup, v1.1.20. */
@media (max-width: 820px) {
	.xoo-wsc-basket {
		right: 18px !important;
		bottom: calc(96px + env(safe-area-inset-bottom)) !important;
		width: 52px !important;
		height: 52px !important;
		box-shadow: 0 14px 32px rgba(15, 15, 15, 0.18) !important;
	}

	.woocommerce-cart .xoo-wsc-basket,
	.woocommerce-checkout .xoo-wsc-basket {
		display: none !important;
	}

	.xoo-wsc-bki {
		font-size: 27px !important;
	}

	.xoo-wsc-items-count {
		top: -5px !important;
		left: -5px !important;
	}

	#ast-scroll-top {
		display: none !important;
	}

	.site-footer {
		padding: 0 !important;
		padding-bottom: calc(132px + env(safe-area-inset-bottom)) !important;
		background:
			radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.08), transparent 28%),
			linear-gradient(180deg, #191919 0%, var(--aq-brand-ink) 100%);
	}

	.site-above-footer-wrap {
		width: 100vw !important;
		margin-inline: calc(50% - 50vw) !important;
		padding: 28px 14px 24px !important;
	}

	.site-above-footer-inner-wrap {
		width: min(100%, 430px) !important;
		margin-inline: auto !important;
	}

	.site-above-footer-wrap #block-26 p {
		font-size: 24px;
		line-height: 1.08;
		text-align: center;
	}

	.site-above-footer-wrap #block-25 {
		margin-top: 12px;
		padding: 12px;
		overflow: hidden;
	}

	.site-primary-footer-wrap {
		width: 100vw !important;
		margin-inline: calc(50% - 50vw) !important;
		padding: 24px 14px !important;
	}

	.site-primary-footer-inner-wrap {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		width: min(100%, 430px) !important;
		margin-inline: auto !important;
		padding: 0 !important;
		gap: 10px !important;
	}

	.site-primary-footer-wrap .site-footer-section {
		width: auto !important;
		margin: 0 !important;
		padding: 16px 17px !important;
		border: 1px solid rgba(244, 242, 238, 0.12);
		border-radius: 8px;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.044));
		text-align: left !important;
	}

	.site-primary-footer-wrap .site-footer-section:first-child {
		border-left: 1px solid rgba(244, 242, 238, 0.12);
	}

	.site-footer-primary-section-3,
	.site-footer-primary-section-4 {
		grid-column: 1 / -1;
	}

	.site-primary-footer-wrap .ast-builder-html-element,
	.site-primary-footer-wrap .widget,
	.site-primary-footer-wrap .widget_block {
		margin: 0 !important;
	}

	.site-primary-footer-wrap p {
		margin: 0 !important;
		font-size: 13px;
	}

	.site-primary-footer-wrap p:first-child,
	.site-primary-footer-wrap .widget_block > p:first-child,
	.site-primary-footer-wrap .ast-builder-html-element > p:first-child {
		margin-bottom: 10px !important;
		font-size: 12px !important;
		letter-spacing: 0;
	}

	.site-primary-footer-wrap p:first-child span,
	.site-primary-footer-wrap p:first-child strong,
	.site-primary-footer-wrap .widget_block > p:first-child span,
	.site-primary-footer-wrap .widget_block > p:first-child strong,
	.site-primary-footer-wrap .ast-builder-html-element > p:first-child span,
	.site-primary-footer-wrap .ast-builder-html-element > p:first-child strong {
		font-size: inherit !important;
		font-weight: inherit !important;
		line-height: inherit !important;
	}

	.site-primary-footer-wrap p:not(:first-child) + p {
		margin-top: 2px !important;
	}

	.site-primary-footer-wrap a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 34px;
		border-bottom: 1px solid rgba(244, 242, 238, 0.1);
		font-size: 13px;
		line-height: 1.25;
		text-align: left;
		overflow-wrap: anywhere;
	}

	.site-footer-primary-section-3 a {
		width: 100%;
		justify-content: flex-start;
		min-height: 34px;
		font-size: 13px;
		text-align: left;
	}

	.site-footer-primary-section-3 .ast-builder-html-element > p:nth-child(2) {
		justify-content: flex-start;
		min-height: 34px;
		border-bottom: 1px solid rgba(244, 242, 238, 0.1);
		text-align: left;
	}

	.site-footer-primary-section-3 .ast-builder-html-element > p:nth-child(3) {
		display: block;
		text-align: left;
	}

	.site-primary-footer-wrap a::after {
		content: ">";
		margin-left: 10px;
		color: rgba(244, 242, 238, 0.5);
		font-weight: 900;
	}

	.site-footer-primary-section-3 a::after,
	.site-footer-primary-section-4 .wp-block-social-links a::after {
		content: none;
	}

	.site-footer-primary-section-4 .wp-block-social-links {
		margin-top: 4px !important;
		justify-content: center !important;
	}

	.site-footer-primary-section-4 .wp-block-social-links .wp-social-link {
		width: 42px !important;
		height: 42px !important;
		flex-basis: 42px !important;
	}

	.site-primary-footer-wrap #block-21 img {
		max-width: 132px;
	}

	.site-below-footer-wrap {
		width: 100vw !important;
		margin-inline: calc(50% - 50vw) !important;
		padding: 16px 14px !important;
	}

	.artiqra-brand-section {
		padding: 36px 14px !important;
	}

	.artiqra-brand-section .artiqra-section-title .elementor-heading-title {
		font-size: 34px !important;
		line-height: 1.05 !important;
	}

	.artiqra-brand-proof-grid {
		display: flex;
		gap: 10px;
		max-width: none;
		overflow-x: auto;
		padding: 2px 0 8px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.artiqra-brand-proof-grid span {
		min-width: 76%;
		scroll-snap-align: start;
	}

	.artiqra-brand-action-row,
	.artiqra-brand-action-row > .e-con-inner {
		display: grid !important;
		grid-template-columns: 1fr !important;
	}

	.artiqra-products-editable-section:not(.artiqra-sale-section) .woocommerce ul.products,
	.artiqra-products-editable-section:not(.artiqra-sale-section) ul.products {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		overflow: visible !important;
		gap: 12px !important;
		padding: 4px 0 0 !important;
		scroll-snap-type: none !important;
	}

	.artiqra-products-editable-section:not(.artiqra-sale-section) .woocommerce ul.products li.product,
	.artiqra-products-editable-section:not(.artiqra-sale-section) ul.products li.product {
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		margin: 0 !important;
		flex: none !important;
		scroll-snap-align: none !important;
	}

	.artiqra-products-editable-section:not(.artiqra-sale-section) ul.products li.product .woocommerce-loop-product__title {
		display: -webkit-box;
		min-height: 44px;
		overflow: hidden;
		padding-inline: 10px;
		font-size: 13px;
		line-height: 1.18;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.artiqra-products-editable-section:not(.artiqra-sale-section) ul.products li.product .price {
		padding-inline: 10px;
		font-size: 13px;
	}

	.artiqra-products-editable-section:not(.artiqra-sale-section) ul.products li.product .button {
		min-height: 38px;
		margin: 10px;
		padding-inline: 8px;
		font-size: 11px;
	}

	.artiqra-products-editable-section:not(.artiqra-sale-section) ul.products li.product .yith-wcwl-add-to-wishlist {
		margin: 8px 10px 12px;
		font-size: 12px;
	}

	.single-product .wc-dnd-file-upload {
		margin-top: 14px;
	}

	.single-product .wc-dnd-file-upload > label {
		display: block;
		margin: 0 0 10px !important;
		padding: 12px 13px;
		border: 1px solid rgba(191, 195, 199, 0.82);
		border-left: 3px solid var(--aq-brand-ink);
		border-radius: 14px;
		background: #ffffff;
		color: #262626;
		font-size: 14px !important;
		font-weight: 720;
		line-height: 1.42 !important;
	}

	.single-product .codedropz-upload-wrapper {
		margin: 0;
	}

	.single-product .codedropz-upload-handler.wc-upload-wrap {
		position: relative;
		min-height: 126px;
		border: 1px solid rgba(15, 15, 15, 0.42) !important;
		border-radius: 18px !important;
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 242, 238, 0.9)),
			repeating-linear-gradient(90deg, rgba(15, 15, 15, 0.045) 0 1px, transparent 1px 42px) !important;
	}

	.single-product .codedropz-upload-container,
	.single-product .codedropz-upload-inner {
		width: 100% !important;
		min-height: 124px;
	}

	.single-product .codedropz-upload-inner {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 16px 14px 28px;
		text-align: center;
	}

	.single-product .codedropz-label {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		flex-direction: column !important;
		gap: 7px;
	}

	.single-product .codedropz-label .cd-icon {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 34px;
		height: 34px;
		border-radius: 50%;
		background: var(--aq-brand-ink);
		color: #ffffff;
		font-size: 17px;
	}

	.single-product .codedropz-label .text {
		position: static !important;
		display: block !important;
		width: auto !important;
		max-width: 220px;
		color: var(--aq-brand-ink);
		font-size: 15px !important;
		font-weight: 900 !important;
		line-height: 1.2 !important;
	}

	.single-product .codedropz-label .text::after {
		content: "Front-facing, clear lighting works best";
		display: block;
		margin-top: 4px;
		color: var(--aq-brand-muted);
		font-size: 11px;
		font-weight: 650;
		line-height: 1.25;
	}

	.single-product .codedropz-label .cd-separator {
		display: none !important;
	}

	.single-product .codedropz-label .cd-upload-btn {
		position: static !important;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		min-height: 40px;
		margin: 2px 0 0 !important;
		padding: 0 18px !important;
		border-radius: 999px !important;
		background: var(--aq-brand-ink) !important;
		color: #ffffff !important;
		font-size: 13px !important;
		font-weight: 900 !important;
		line-height: 1 !important;
		text-decoration: none !important;
	}

	.single-product .dnd-upload-counter {
		right: 14px !important;
		bottom: 9px !important;
		left: auto !important;
		color: var(--aq-brand-muted);
		font-size: 11px !important;
		font-weight: 800;
	}

	.single-product .codedropz--results {
		margin-top: 10px;
	}
}

/* Product uploader parity across mobile and desktop, v1.1.20. */
.single-product .wc-dnd-file-upload {
	margin-top: 14px;
}

.single-product .wc-dnd-file-upload > label {
	display: block;
	margin: 0 0 10px !important;
	padding: 12px 13px;
	border: 1px solid rgba(191, 195, 199, 0.82);
	border-left: 3px solid var(--aq-brand-ink);
	border-radius: 14px;
	background: #ffffff;
	color: #262626;
	font-size: 14px !important;
	font-weight: 720;
	line-height: 1.42 !important;
}

.single-product .codedropz-upload-wrapper {
	margin: 0;
}

.single-product .codedropz-upload-handler.wc-upload-wrap {
	position: relative;
	overflow: hidden;
	min-height: 132px;
	border: 1px solid rgba(15, 15, 15, 0.42) !important;
	border-radius: 18px !important;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 242, 238, 0.9)),
		repeating-linear-gradient(90deg, rgba(15, 15, 15, 0.045) 0 1px, transparent 1px 42px) !important;
}

.single-product .codedropz-upload-container,
.single-product .codedropz-upload-inner {
	width: 100% !important;
	min-height: 130px;
}

.single-product .codedropz-upload-inner {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 16px 14px 30px;
	text-align: center;
}

.single-product .codedropz-label {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-direction: column !important;
	gap: 7px;
	width: 100%;
}

.single-product .codedropz-label .cd-icon {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--aq-brand-ink);
	color: #ffffff;
	font-size: 17px;
}

.single-product .codedropz-label .text {
	position: static !important;
	display: block !important;
	width: auto !important;
	max-width: 260px;
	color: var(--aq-brand-ink);
	font-size: 15px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
	white-space: normal !important;
}

.single-product .codedropz-label .text::after {
	content: "Front-facing, clear lighting works best";
	display: block;
	margin-top: 4px;
	color: var(--aq-brand-muted);
	font-size: 11px;
	font-weight: 650;
	line-height: 1.25;
}

.single-product .codedropz-label .cd-separator {
	display: none !important;
}

.single-product .codedropz-label .cd-upload-btn {
	position: static !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin: 2px 0 0 !important;
	padding: 0 18px !important;
	border-radius: 999px !important;
	background: var(--aq-brand-ink) !important;
	color: #ffffff !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	white-space: nowrap;
}

.single-product .dnd-upload-counter {
	right: 14px !important;
	bottom: 9px !important;
	left: auto !important;
	color: var(--aq-brand-muted);
	font-size: 11px !important;
	font-weight: 800;
}

.single-product .codedropz--results {
	margin-top: 10px;
}

body.single-product .site-footer {
	padding-bottom: 84px !important;
}

@media (max-width: 820px) {
	body.single-product .site-footer {
		padding-bottom: calc(190px + env(safe-area-inset-bottom)) !important;
	}
}

/* Responsive layout hardening, v1.1.21. */
html,
body {
	max-width: 100%;
	overflow-x: clip;
}

#page,
.site,
.site-content,
.ast-container,
#primary {
	max-width: 100%;
}

.artiqra-trust-section,
.artiqra-made-section,
.artiqra-gallery-section {
	content-visibility: visible !important;
	contain-intrinsic-size: auto !important;
}

.site-footer {
	width: 100% !important;
	max-width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	overflow: hidden;
}

@media (min-width: 821px) and (max-width: 980px) {
	.artiqra-editable-hero,
	.artiqra-editable-hero > .e-con-inner {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 24px !important;
		min-height: 0 !important;
	}

	.artiqra-editable-hero {
		padding: 30px max(24px, calc((100vw - 760px) / 2)) 26px !important;
	}

	.artiqra-hero-editable-copy {
		max-width: 680px;
	}

	.artiqra-hero-title-widget .elementor-heading-title {
		max-width: 720px;
		font-size: clamp(42px, 7vw, 56px) !important;
		line-height: 1.02 !important;
	}

	.artiqra-hero-lede-widget {
		max-width: 680px;
		font-size: 17px;
	}

	.artiqra-hero-action-row {
		display: flex !important;
		flex-wrap: wrap !important;
	}

	.artiqra-primary-button .elementor-button,
	.artiqra-secondary-button .elementor-button {
		min-width: 168px;
	}

	.artiqra-hero-proof-row {
		max-width: 680px;
	}

	.artiqra-hero-editable-gallery {
		grid-template-columns: 1.25fr 1fr 1fr !important;
		grid-template-rows: auto !important;
		min-height: 220px !important;
	}

	.artiqra-hero-image-main,
	.artiqra-hero-image-top,
	.artiqra-hero-image-bottom {
		grid-row: 1 !important;
	}

	.artiqra-hero-image-main {
		grid-column: 1 !important;
	}

	.artiqra-hero-image-top {
		grid-column: 2 !important;
	}

	.artiqra-hero-image-bottom {
		grid-column: 3 !important;
	}

	.artiqra-hero-image-main img,
	.artiqra-hero-image-top img,
	.artiqra-hero-image-bottom img {
		min-height: clamp(210px, 31vw, 300px) !important;
	}

	.artiqra-process-chip {
		display: none !important;
	}

	.artiqra-editable-section,
	.artiqra-products-editable-section:not(.artiqra-sale-section),
	.artiqra-gallery-section {
		box-sizing: border-box !important;
		display: flex !important;
		flex-direction: column !important;
		width: min(100% - 40px, 760px) !important;
		margin-inline: auto !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.artiqra-trust-carousel,
	.artiqra-trust-carousel > .e-con-inner {
		display: flex !important;
		grid-template-columns: none !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		gap: 12px !important;
		width: calc(100% + 40px) !important;
		max-width: none !important;
		margin-inline: -20px !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		padding: 8px 20px 12px !important;
		scroll-padding-inline: 20px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.artiqra-trust-card {
		flex: 0 0 min(42%, 310px) !important;
		width: min(42%, 310px) !important;
		min-height: 126px;
		scroll-snap-align: start;
	}

	.artiqra-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.artiqra-sale-section,
	.artiqra-made-section,
	.artiqra-brand-section {
		padding-right: max(24px, calc((100vw - 760px) / 2)) !important;
		padding-left: max(24px, calc((100vw - 760px) / 2)) !important;
	}

	.artiqra-made-layout,
	.artiqra-made-layout > .e-con-inner {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 22px !important;
	}

	.artiqra-brand-section .artiqra-section-title .elementor-heading-title {
		font-size: clamp(42px, 7vw, 58px) !important;
	}
}

@media (max-width: 820px) {
	.artiqra-editable-section,
	.artiqra-products-editable-section:not(.artiqra-sale-section),
	.artiqra-gallery-section {
		width: min(100% - 28px, 680px) !important;
		margin-inline: auto !important;
	}

	.artiqra-gallery-carousel .swiper,
	.artiqra-gallery-carousel .elementor-image-carousel-wrapper {
		overflow: hidden !important;
	}

	.artiqra-gallery-carousel .swiper-slide {
		width: 100% !important;
		flex: 0 0 100% !important;
		padding: 0 !important;
	}

	.artiqra-gallery-carousel .swiper-slide-inner,
	.artiqra-gallery-carousel img {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media (max-width: 520px) {
	body.post-type-archive-product .site-content,
	body.tax-product_cat .site-content,
	body.woocommerce-shop .site-content {
		background: var(--aq-brand-ivory);
	}

	body.post-type-archive-product #primary,
	body.tax-product_cat #primary,
	body.woocommerce-shop #primary {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}

	body.post-type-archive-product .woocommerce-result-count,
	body.tax-product_cat .woocommerce-result-count,
	body.woocommerce-shop .woocommerce-result-count,
	body.post-type-archive-product .woocommerce-ordering,
	body.tax-product_cat .woocommerce-ordering,
	body.woocommerce-shop .woocommerce-ordering {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	body.post-type-archive-product ul.products,
	body.tax-product_cat ul.products,
	body.woocommerce-shop ul.products {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		gap: 12px !important;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
		min-height: 42px;
		padding-right: 8px !important;
		padding-left: 8px !important;
		font-size: 12.5px !important;
		line-height: 1.16 !important;
	}

	.woocommerce ul.products li.product .price,
	.woocommerce-page ul.products li.product .price {
		padding-right: 8px !important;
		padding-left: 8px !important;
		font-size: 12px !important;
		line-height: 1.2 !important;
	}

	.woocommerce ul.products li.product .button,
	.woocommerce-page ul.products li.product .button {
		min-height: 38px !important;
		margin: 9px 8px !important;
		padding: 9px 6px !important;
		font-size: 10.5px !important;
		line-height: 1.05 !important;
		white-space: nowrap;
	}

	.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist,
	.woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist {
		margin-right: 8px !important;
		margin-left: 8px !important;
		font-size: 12px !important;
	}
}

/* Footer alignment and final launch polish, v1.1.31. */
@media (min-width: 821px) {
	.site-footer-primary-section-3,
	.site-footer-primary-section-3 .ast-builder-html-element,
	.site-footer-primary-section-3 p,
	.site-footer-primary-section-3 a {
		text-align: center;
	}

	.site-footer-primary-section-3 .ast-builder-html-element > p:nth-child(2),
	.site-footer-primary-section-3 a {
		justify-content: center;
	}
}

.site-footer-primary-section-3 .ast-builder-html-element > p:nth-child(2),
.site-footer-primary-section-3 a {
	border-bottom: 0;
}

body.home #jp-carousel-loading-overlay,
body.home #jp-carousel-loading-wrapper,
body.home #jp-carousel-library-loading,
body.home #photoswipe-fullscreen-dialog[aria-hidden="true"] {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

@media (max-width: 820px) {
	.site-footer-primary-section-3 .ast-builder-html-element > p:nth-child(2),
	.site-footer-primary-section-3 a {
		border-bottom: 1px solid rgba(244, 242, 238, 0.1);
	}
}

/* Mobile WhatsApp placement polish, v1.1.32. */
@media (max-width: 820px) {
	.joinchat:not(.joinchat--chatbox) .joinchat__badge {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		animation: none !important;
		transform: none !important;
	}

	body.single-product .joinchat {
		--bottom: calc(128px + env(safe-area-inset-bottom)) !important;
	}
}

@media (max-width: 380px) {
	body.single-product .joinchat {
		--bottom: calc(142px + env(safe-area-inset-bottom)) !important;
	}
}
