/* God Is lifestyle WooCommerce archives: Coffee Mugs, Coffee Cups, Accessories. */
body.godis-lifestyle-shop-page {
	--godis-gallery-blue: #03b3ff;
	--godis-gallery-blue-dark: #006e9f;
	--godis-gallery-blue-soft: #e5f7ff;
	--godis-gallery-blue-border: #91dcff;
	--godis-gallery-blue-border-alpha: rgba(3, 179, 255, .48);
	--godis-gallery-blue-focus: rgba(3, 179, 255, .20);
	--godis-gallery-blue-halo: rgba(3, 179, 255, .22);
	--godis-gallery-blue-halo-strong: rgba(3, 179, 255, .32);
	--godis-gallery-ink: #111111;
	--godis-gallery-muted: #43515d;
	--godis-gallery-divider: #d8e2ec;
	--godis-gallery-gold: #b28a4a;
}

.godis-lifestyle-shop {
	box-sizing: border-box;
	color: var(--godis-gallery-ink);
	left: 50%;
	margin: 0;
	max-width: none;
	position: relative;
	transform: translateX(-50%);
	width: min(1360px, calc(100vw - 32px));
}

.godis-lifestyle-shop__intro {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 820px;
	padding: 24px 20px 20px;
	text-align: center;
}
.godis-lifestyle-shop__kicker {
	color: var(--godis-gallery-gold);
	font: inherit;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .11em;
	margin: 0 0 9px;
	text-transform: uppercase;
}
.godis-lifestyle-shop__intro h2 {
	color: #000;
	font: inherit;
	font-size: clamp(28px, 3.4vw, 40px);
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.12;
	margin: 0 0 10px;
}
.godis-lifestyle-shop__intro > p:last-child {
	color: var(--godis-gallery-muted);
	font: inherit;
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
}

.godis-lifestyle-shop__main {
	align-items: start;
	box-sizing: border-box;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 25fr) minmax(0, 75fr);
	padding: 10px 0 24px;
}
.godis-lifestyle-shop__collections-toggle { display: none; }
.godis-lifestyle-shop__sidebar { align-self: start; }
.godis-lifestyle-shop__collections-widget { margin: 0 !important; }

/* Exact Design Registry collection-navigation visual behavior, without a search box. */
.godis-lifestyle-shop__sidebar .godis-design-collections { margin: 0; }
.godis-lifestyle-shop__sidebar .godis-design-collections__list {
	border-top: 1px solid var(--godis-gallery-divider);
	list-style: none;
	margin: 0;
	padding: 0;
}
.godis-lifestyle-shop__sidebar .godis-design-collections__item {
	border-bottom: 1px solid var(--godis-gallery-divider);
	margin: 0;
	padding: 0;
}
.godis-lifestyle-shop__sidebar .godis-design-collections__link {
	align-items: center;
	color: var(--godis-gallery-ink);
	display: flex;
	font: inherit;
	font-weight: 600;
	gap: 10px;
	justify-content: space-between;
	line-height: 1.3;
	min-height: 42px;
	padding: 10px 2px 10px 10px;
	position: relative;
	text-decoration: none !important;
}
.godis-lifestyle-shop__sidebar .godis-design-collections__link::before {
	background: var(--godis-gallery-gold);
	border-radius: 50%;
	content: '';
	height: 4px;
	left: 0;
	top: calc(50% - 2px);
	opacity: 0;
	position: absolute;
	transition: opacity 160ms ease;
	width: 4px;
}
.godis-lifestyle-shop__sidebar .godis-design-collections__name { min-width: 0; }
.godis-lifestyle-shop__sidebar .godis-design-collections__count {
	background: var(--godis-gallery-blue-soft);
	border: 1px solid var(--godis-gallery-blue-border);
	border-radius: 999px;
	color: var(--godis-gallery-blue-dark);
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 5px 7px;
}
.godis-lifestyle-shop__sidebar .godis-design-collections__link:hover,
.godis-lifestyle-shop__sidebar .godis-design-collections__link:focus-visible { color: var(--godis-gallery-blue-dark); }
.godis-lifestyle-shop__sidebar .godis-design-collections__link:hover::before,
.godis-lifestyle-shop__sidebar .godis-design-collections__link:focus-visible::before { opacity: 1; }
.godis-lifestyle-shop__sidebar .godis-design-collections__link:focus-visible {
	box-shadow: 0 0 0 3px var(--godis-gallery-blue-focus);
	outline: 2px solid var(--godis-gallery-blue);
	outline-offset: 2px;
}

.godis-lifestyle-shop__content {
	align-items: center;
	display: grid;
	gap: 0 18px;
	grid-template-columns: minmax(0, 1fr) auto;
	min-width: 0;
}
.godis-lifestyle-shop__shop-heading {
	align-items: baseline;
	display: flex;
	gap: 12px;
	grid-column: 1;
	grid-row: 1;
	margin: 0;
	min-height: 44px;
	padding: 0;
}
.godis-lifestyle-shop__shop-heading h2 {
	color: #000;
	font: inherit;
	font-size: clamp(24px, 2.5vw, 32px);
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding-left: 13px;
	position: relative;
}
.godis-lifestyle-shop__shop-heading h2::before {
	background: var(--godis-gallery-blue);
	border-radius: 1px;
	content: '';
	height: 28px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 3px;
}
.godis-lifestyle-shop__shop-heading span {
	color: #687783;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	padding: 0;
	white-space: nowrap;
}

body.godis-lifestyle-shop-page .godis-lifestyle-shop__content .woocommerce-result-count {
	display: none !important;
}
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content .woocommerce-ordering {
	align-self: center !important;
	float: none !important;
	grid-column: 2;
	grid-row: 1;
	justify-self: end;
	margin: 0 !important;
	position: static !important;
	transform: none !important;
	width: auto !important;
}
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content .woocommerce-ordering select {
	background: #fff;
	border: 1px solid var(--godis-gallery-blue-border);
	border-radius: 4px;
	box-sizing: border-box;
	color: var(--godis-gallery-ink);
	font: inherit;
	font-size: 14px;
	min-height: 42px;
	padding: 7px 34px 7px 12px;
}
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content .woocommerce-ordering select:focus-visible {
	box-shadow: 0 0 0 3px var(--godis-gallery-blue-focus);
	outline: 2px solid var(--godis-gallery-blue);
	outline-offset: 2px;
}

/* The live WooCommerce query remains authoritative: this styles every current/future product it outputs. */
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products {
	border-top: 1px solid var(--godis-gallery-divider);
	clear: both;
	display: grid !important;
	float: none;
	gap: 24px !important;
	grid-column: 1 / -1;
	grid-row: 2;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	list-style: none;
	margin: 12px 0 0 !important;
	padding: 20px 0 0 !important;
	width: 100% !important;
}
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products::before,
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products::after { display: none !important; }

body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product {
	--godis-gallery-border-angle: 0deg;
	background: #fff !important;
	border: 1px solid var(--godis-gallery-blue-border-alpha) !important;
	border-radius: 6px !important;
	box-shadow: 0 6px 16px rgb(31 53 76 / 9%) !important;
	box-sizing: border-box;
	display: flex !important;
	flex-direction: column;
	float: none !important;
	isolation: isolate;
	margin: 0 !important;
	min-width: 0;
	overflow: visible !important;
	padding: 0 !important;
	position: relative;
	transform: translateZ(0);
	transition: border-color 190ms ease, box-shadow 190ms ease, transform 190ms ease;
	width: auto !important;
}
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product::before,
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product::after {
	border-radius: inherit;
	content: '';
	inset: -2px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 190ms ease;
}
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product::before {
	background: conic-gradient(from var(--godis-gallery-border-angle), rgba(3, 179, 255, .28), #68cdff, var(--godis-gallery-blue), #b8eaff, var(--godis-gallery-blue), rgba(3, 179, 255, .28), #68cdff, var(--godis-gallery-blue), #b8eaff, var(--godis-gallery-blue), rgba(3, 179, 255, .28));
	padding: 1.5px;
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 2;
}
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product::after {
	box-shadow: 0 0 0 1px var(--godis-gallery-blue-halo-strong), 0 0 18px var(--godis-gallery-blue-halo);
	z-index: -1;
}
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product:hover,
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product:focus-within {
	border-color: var(--godis-gallery-blue) !important;
	box-shadow: 0 13px 26px rgb(20 57 93 / 17%) !important;
	transform: translateY(-3px);
}
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product:hover::before,
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product:focus-within::before {
	animation: godis-gallery-energy-border 2.1s linear infinite;
	opacity: 1;
}
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product:hover::after,
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product:focus-within::after { opacity: 1; }

body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product :is(.astra-shop-thumbnail-wrap, .woocommerce-loop-product__link) { position: relative; z-index: 1; }
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product .astra-shop-thumbnail-wrap {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid var(--godis-gallery-divider);
	box-sizing: border-box;
	display: flex;
	height: 230px;
	justify-content: center;
	overflow: hidden;
	padding: 22px;
}
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product .astra-shop-thumbnail-wrap > a,
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product a.woocommerce-loop-product__link {
	color: var(--godis-gallery-ink);
	text-decoration: none !important;
}
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product .astra-shop-thumbnail-wrap img,
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product > a img,
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product img.attachment-woocommerce_thumbnail {
	display: block;
	height: 100% !important;
	margin: 0 auto !important;
	max-width: 100%;
	object-fit: contain;
	transition: transform 190ms ease;
	width: 100% !important;
}
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product:hover img.attachment-woocommerce_thumbnail,
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product:focus-within img.attachment-woocommerce_thumbnail { transform: scale(1.015); }

body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product .astra-shop-summary-wrap {
	background: #fff;
	box-sizing: border-box;
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	padding: 14px 16px 16px;
	position: relative;
	z-index: 1;
}
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product .woocommerce-loop-product__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--godis-gallery-ink) !important;
	display: -webkit-box;
	font: inherit;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	margin: 0 0 8px !important;
	overflow: hidden;
	padding: 0 !important;
}
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product .price {
	color: var(--godis-gallery-blue-dark) !important;
	font: inherit;
	font-size: 15px !important;
	font-weight: 750 !important;
	margin: 0 0 14px !important;
}
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product .button,
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product a.button {
	align-items: center;
	align-self: flex-start;
	background: #111 !important;
	border: 1px solid #111 !important;
	border-radius: 3px !important;
	box-shadow: none !important;
	color: #fff !important;
	display: inline-flex !important;
	font: inherit;
	font-size: 12px !important;
	font-weight: 750 !important;
	justify-content: center;
	letter-spacing: .04em;
	line-height: 1.2 !important;
	margin: auto 0 0 !important;
	min-height: 38px;
	padding: 9px 14px !important;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product .button:hover,
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product .button:focus-visible {
	background: var(--godis-gallery-blue) !important;
	border-color: var(--godis-gallery-blue) !important;
	color: #07141c !important;
}
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product .button:focus-visible {
	box-shadow: 0 0 0 3px var(--godis-gallery-blue-focus) !important;
	outline: 2px solid var(--godis-gallery-blue-dark);
	outline-offset: 2px;
}

/* Preserve Quick View and other Woo controls, but keep them inside the card stacking context. */
body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product :is(.ast-quick-view-text, .astra-shop-thumbnail-wrap .ast-quick-view-text) { z-index: 3; }

body.godis-lifestyle-shop-page .godis-lifestyle-shop__content .woocommerce-pagination {
	grid-column: 1 / -1;
	margin-top: 34px;
}


/* Lifestyle flow refinement: Featured Collections must leave the two-column shop
 * structure completely. JavaScript assigns the exact document client width and
 * negative left margin, avoiding 100vw scrollbar overflow while matching the
 * full-width Featured Collections treatment used elsewhere. */
body.godis-lifestyle-shop-page .godis-featured-collections {
	box-sizing: border-box;
	margin-top: 8px;
	max-width: none;
}
body.godis-lifestyle-shop-page .godis-featured-collections.godis-featured-collections--lifestyle-full {
	max-width: none !important;
}

@media (max-width: 1100px) {
	.godis-lifestyle-shop { width: min(1240px, calc(100vw - 28px)); }
	.godis-lifestyle-shop__main { gap: 20px; }
	body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products { gap: 20px !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
	body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product .astra-shop-thumbnail-wrap { height: 210px; padding: 20px; }
}

@media (max-width: 767px) {
	.godis-lifestyle-shop { width: calc(100vw - 20px); }
	.godis-lifestyle-shop__intro { padding: 22px 12px 18px; }
	.godis-lifestyle-shop__intro h2 { font-size: 29px; }
	.godis-lifestyle-shop__intro > p:last-child { font-size: 15px; }
	.godis-lifestyle-shop__main { display: block; padding: 10px 0 24px; }
	.godis-lifestyle-shop__collections-toggle { display: flex; margin-bottom: 14px; }
	.godis-lifestyle-shop__sidebar { margin: 0 0 22px; position: static; }
	.godis-lifestyle-shop__content { display: grid; grid-template-columns: minmax(0, 1fr); }
	.godis-lifestyle-shop__shop-heading { grid-column: 1; grid-row: auto; margin-bottom: 10px; }
	.godis-lifestyle-shop__shop-heading h2 { font-size: 23px; }
	body.godis-lifestyle-shop-page .godis-lifestyle-shop__content .woocommerce-result-count { display: none !important; }
	body.godis-lifestyle-shop-page .godis-lifestyle-shop__content .woocommerce-ordering { grid-column: 1; grid-row: auto; justify-self: stretch; margin: 0 0 14px !important; width: 100% !important; }
	body.godis-lifestyle-shop-page .godis-lifestyle-shop__content .woocommerce-ordering select { width: 100%; }
	body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products { gap: 12px !important; grid-row: auto; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; margin-top: 0 !important; padding-top: 16px !important; }
	body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product { border-radius: 5px !important; }
	body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product .astra-shop-thumbnail-wrap { height: 164px; padding: 13px; }
	body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product .astra-shop-summary-wrap { padding: 11px 12px 12px; }
	body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product .woocommerce-loop-product__title { font-size: 13px !important; }
	body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product .price { font-size: 13px !important; margin-bottom: 10px !important; }
	body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product .button { align-self: stretch; font-size: 10px !important; min-height: 36px; padding: 8px 8px !important; }
}

@media (max-width: 420px) {
	body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (hover: none) {
	body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product:hover { box-shadow: 0 6px 16px rgb(31 53 76 / 9%) !important; transform: none; }
	body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product:hover::before,
	body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product:hover::after { animation: none; opacity: 0; }
	body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product:hover img.attachment-woocommerce_thumbnail { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
	body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product,
	body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product::before,
	body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product::after,
	body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product img,
	body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product .button { animation: none !important; transition: none !important; }
	body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product:hover,
	body.godis-lifestyle-shop-page .godis-lifestyle-shop__content ul.products li.product:focus-within { transform: none; }
}
