/* Glist — woo.css (shared forms / storefront chrome) */

/* ——— WooCommerce cart / checkout (Glist / BY) ——— */
.site-main--woo {
	padding: calc(var(--glist-header-h) + 3rem) clamp(1.25rem, 4vw, 3rem) 4rem;
	max-width: 68rem;
	margin: 0 auto;
	font-family: var(--glist-sans);
	color: var(--glist-ink);
}

body.woocommerce-cart .site-main--woo,
body.woocommerce-checkout .site-main--woo,
body.woocommerce-account .site-main--woo {
	padding-top: calc(var(--glist-header-h) + 3.5rem);
}

body.admin-bar.woocommerce-cart .site-main--woo,
body.admin-bar.woocommerce-checkout .site-main--woo,
body.admin-bar.woocommerce-account .site-main--woo {
	padding-top: calc(var(--glist-header-h) + 3.5rem + 32px);
}

@media screen and (max-width: 782px) {
	body.admin-bar.woocommerce-cart .site-main--woo,
	body.admin-bar.woocommerce-checkout .site-main--woo,
	body.admin-bar.woocommerce-account .site-main--woo {
		padding-top: calc(var(--glist-header-h) + 3.5rem + 46px);
	}
}

.woo-page-head {
	margin: 0 0 2rem;
}

.woo-page-head__title {
	margin: 0;
	font-family: var(--glist-headline);
	font-size: clamp(1.75rem, 3vw, 2.4rem);
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.woocommerce,
.woocommerce-page {
	font-family: var(--glist-sans);
	font-weight: 300;
	font-size: 0.95rem;
	line-height: 1.5;
}

.woocommerce h2,
.woocommerce h3,
.woocommerce .cart_totals h2,
.woocommerce-checkout h3 {
	font-family: var(--glist-headline);
	font-weight: 500;
	font-size: 1.15rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.woocommerce table.shop_table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	margin: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border: 0;
	background: transparent;
	box-shadow: none;
}

.woocommerce table.shop_table th {
	padding: 0 0 1rem;
	font-family: var(--glist-sans);
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--glist-muted);
}

.woocommerce table.shop_table td {
	padding: 1.35rem 0.5rem 1.35rem 0;
	vertical-align: middle;
}

.woocommerce table.shop_table img {
	width: 5.5rem;
	height: auto;
	border-radius: 0;
	display: block;
}

.woocommerce .product-name a {
	color: inherit;
	font-family: var(--glist-nav);
	font-size: 1.15rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-decoration: none;
}

.woocommerce .product-name a:hover {
	opacity: 0.65;
}

.woocommerce .product-name dl.variation,
.woocommerce .product-name .wc-item-meta,
.woocommerce .product-name dl.variation dd,
.woocommerce .product-name dl.variation p {
	margin: 0.3rem 0 0;
	padding: 0;
	border: 0;
	font-size: 0.8rem;
	color: var(--glist-muted);
	background: transparent;
}

.woocommerce .product-name dl.variation dt {
	float: none;
	display: inline;
	margin: 0;
	font-weight: 500;
}

.woocommerce .product-name dl.variation dd {
	display: inline;
	margin: 0 0 0 0.2rem;
}

.woocommerce .product-name dl.variation dd p {
	display: inline;
}

.woocommerce a.remove {
	color: var(--glist-ink);
	font-size: 1.1rem;
	line-height: 1;
	text-decoration: none;
	opacity: 0.45;
	transition: opacity 0.15s ease;
}

.woocommerce a.remove:hover {
	opacity: 1;
}

