/*
 * Sounds Amazing - WooCommerce shop and single product.
 * Figma: "shop" 227:3657, "single product" 241:946 (both 1920px frames).
 *
 * Sizes follow the same rule as laptop-responsive.css: a clamp() that
 * interpolates from the 1024px value to the 1920px design value, so the
 * pages scale continuously on every laptop instead of in steps. Tablet and
 * mobile have their own rules at the end of the file.
 *
 * Selectors are prefixed ".woocommerce .sa-shop" where they must beat
 * WooCommerce's own layout CSS (floats and percentage widths on .products).
 */

/* ------------------------------------------------------------------ tokens */

.sa-shop {
	--ink: #120e17;
	--cream: #f5efe8;
	--paper: #fefcfb;
	--gold: #a67e48;
	--gold-2: #c5a276;
	--purple: #533569;
	--purple-deep: #3c2146;
	--purple-ink: #190e1d;
	--line: #eadfd7;

	--serif: 'Gilda Display', Georgia, 'Times New Roman', serif;
	--sans: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;

	/* 88px gutter at 1920, 40px at 1024 - same curve as the home page. */
	--gutter: clamp(20px, calc(40px + 48 * (100vw - 1024px) / 896), 88px);
	--content: 1744px;

	/* Display heading: 80/78 at 1920, 54/53 at 1024 - the kit's own tablet values. */
	--display: clamp(38px, calc(54px + 26 * (100vw - 1024px) / 896), 80px);
	--display-lh: clamp(40px, calc(53px + 25 * (100vw - 1024px) / 896), 78px);

	--body: 16.176px;
	--body-lh: 24.265px;
	--track: 1.5px;

	--card-radius: 13.153px;
	--card-shadow: 0 0 15px rgba(17, 11, 22, 0.07);
	--purple-gradient: radial-gradient(ellipse at 50% 0%, #5f3f77 0%, #4e305e 50%, #3c2146 100%);

	background: var(--cream);
	color: var(--ink);
	font-family: var(--sans);
}

.sa-shop *,
.sa-shop *::before,
.sa-shop *::after {
	box-sizing: border-box;
}

.sa-shop img {
	max-width: 100%;
	height: auto;
	display: block;
}

.sa-shop a {
	color: inherit;
	text-decoration: none;
}

.sa-shop button {
	font-family: inherit;
}

.sa-shop .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.sa-gold {
	color: var(--gold);
}

.sa-wave {
	display: block;
	height: auto;
}

.sa-wave--610 {
	width: min(610px, 82%);
	margin: 12px 0 0;
}

.sa-wave--538 {
	width: min(538px, 82%);
	margin: 0;
}

/* ------------------------------------------------------------- notices */

.sa-shop .woocommerce-notices-wrapper:not(:empty),
.woocommerce .woocommerce-notices-wrapper:not(:empty) {
	max-width: var(--content, 1744px);
	margin: 0 auto;
	padding: 20px var(--gutter, 40px) 0;
}

.woocommerce .sa-shop .woocommerce-message,
.woocommerce .sa-shop .woocommerce-info,
.woocommerce .sa-shop .woocommerce-error {
	background: #fff;
	border-top-color: var(--gold);
	color: var(--ink);
	font: 500 15px/1.5 var(--sans);
	border-radius: 10px;
}

/* ------------------------------------------------------------ hero band */

.sa-shop-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(90deg, var(--purple-deep) 0%, var(--purple-ink) 100%);
	color: #fff;
	min-height: clamp(300px, calc(330px + 183 * (100vw - 1024px) / 896), 513px);
	display: flex;
	align-items: center;
}

/* Figma "image 5": 1152 x 701 waveform, right half of the band, 36% opacity. */
.sa-shop-hero__art {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 60%;
	aspect-ratio: 1152 / 701;
	background: url(../img/shop/hero-wave.png) center / cover no-repeat;
	opacity: 0.36;
	pointer-events: none;
}

.sa-shop-hero__inner {
	position: relative;
	width: 100%;
	max-width: var(--content);
	margin: 0 auto;
	padding: 64px var(--gutter);
}

.sa-shop-hero__title {
	margin: 0;
	max-width: 640px;
	font: 400 var(--display) / var(--display-lh) var(--serif);
	letter-spacing: -0.0115em;
	color: #fff;
}

.sa-shop-hero__title .sa-gold {
	color: var(--gold-2);
}

.sa-shop-hero__lead {
	margin: 25px 0 0;
	max-width: 658px;
	font: 700 var(--body) / var(--body-lh) var(--sans);
	letter-spacing: var(--track);
	color: var(--cream);
}

/* ------------------------------------------------------------ breadcrumb */

.sa-crumbs-bar {
	background: #fff;
	padding: 0 var(--gutter);
}

.sa-crumbs {
	max-width: var(--content);
	margin: 0 auto;
	min-height: 51px;
	display: flex;
	align-items: center;
}

.sa-shop--single .sa-crumbs {
	min-height: 68px;
}

.sa-crumbs ol {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 10px;
}

.sa-crumbs li {
	display: flex;
	align-items: center;
	gap: 10px;
	font: 600 13px / 24.265px var(--sans);
	letter-spacing: 0.174em;
	text-transform: uppercase;
	color: var(--ink);
	opacity: 0.5;
}

.sa-crumbs li[aria-current] {
	opacity: 1;
}

.sa-crumbs li + li::before {
	content: "";
	flex: none;
	width: 10px;
	height: 11px;
	background: url(../img/shop/crumb-arrow.svg) center / contain no-repeat;
	transform: rotate(180deg);
}

/* --------------------------------------------------------- listing head */

.sa-shop-listing {
	max-width: var(--content);
	margin: 0 auto;
	padding: clamp(56px, calc(64px + 32 * (100vw - 1024px) / 896), 96px) var(--gutter) clamp(72px, calc(88px + 61 * (100vw - 1024px) / 896), 149px);
}

.sa-shop-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 32px 48px;
}

.sa-shop-head__title {
	margin: 0;
	font: 400 var(--display) / var(--display-lh) var(--serif);
	letter-spacing: -0.0115em;
	color: var(--ink);
}

.sa-shop-head__lead {
	margin: 16px 0 0;
	max-width: 658px;
	font: 500 var(--body) / var(--body-lh) var(--sans);
	letter-spacing: var(--track);
}

.sa-shop-toolbar {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 11px;
}

.sa-shop-toolbar__label {
	font: 600 16.18px / 24.265px var(--sans);
	letter-spacing: 0.14em;
	color: var(--purple);
}

.sa-select__input {
	appearance: none;
	-webkit-appearance: none;
	width: auto;
	min-width: 230px;
	height: 49px;
	padding: 0 40px 0 20px;
	border: 0.8px solid var(--gold-2);
	border-radius: 11px;
	background: #fff url(../img/shop/chevron-down.svg) right 20px center / 10px no-repeat;
	font: 600 16px / 18px var(--sans);
	letter-spacing: 0.124em;
	text-transform: uppercase;
	color: var(--ink);
	cursor: pointer;
}

.sa-select__input:focus-visible {
	outline: 2px solid var(--gold);
	outline-offset: 2px;
}

.sa-shop-toolbar__count {
	margin-left: clamp(8px, calc(12px + 40 * (100vw - 1024px) / 896), 52px);
}

.woocommerce .sa-shop .woocommerce-result-count {
	float: none;
	margin: 0;
	font: 500 var(--body) / var(--body-lh) var(--sans);
	letter-spacing: var(--track);
	color: var(--purple);
}

.sa-view-toggle {
	display: flex;
	align-items: center;
	height: 52px;
	padding: 0 6px;
	margin-left: clamp(8px, calc(12px + 40 * (100vw - 1024px) / 896), 52px);
	border: 0.8px solid rgba(197, 162, 118, 0.25);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.62);
}

.sa-view-toggle__btn {
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 9px;
	background: none;
	display: grid;
	place-items: center;
	cursor: pointer;
	opacity: 0.5;
}

.sa-view-toggle__btn.is-active {
	opacity: 1;
	background: #fff;
	box-shadow: 0 0 0 0.8px rgba(197, 162, 118, 0.45);
}

.sa-icon {
	display: inline-block;
	width: 23.5px;
	height: 23.5px;
	background: center / contain no-repeat;
}

.sa-icon--grid {
	background-image: url(../img/shop/icon-grid.svg);
}

.sa-icon--list {
	background-image: url(../img/shop/icon-list.svg);
}

/* --------------------------------------------------------- product grid */

/* Four 346px cards with 30px gaps = the design's 1474px row, centred in the 1744px content box. */
.woocommerce .sa-shop ul.sa-products {
	list-style: none;
	margin: clamp(40px, calc(44px + 19 * (100vw - 1024px) / 896), 63px) auto 0;
	padding: 0;
	max-width: 1474px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(40px, calc(44px + 16 * (100vw - 1024px) / 896), 60px) clamp(20px, calc(22px + 8 * (100vw - 1024px) / 896), 30px);
	clear: none;
}

.woocommerce .sa-shop ul.sa-products::before,
.woocommerce .sa-shop ul.sa-products::after {
	display: none;
}

.woocommerce .sa-shop ul.sa-products li.product {
	width: auto !important;
	margin: 0 !important;
	padding: 0;
	float: none !important;
	clear: none !important;
	position: relative;
}

/* ---------------------------------------------------------------- card */

.sa-shop .sa-card {
	display: flex;
	flex-direction: column;
	background: var(--paper);
	border: 0.618px solid var(--gold-2);
	border-radius: var(--card-radius);
	box-shadow: var(--card-shadow);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sa-shop .sa-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(17, 11, 22, 0.12);
}

.sa-shop .sa-card__media {
	display: block;
	aspect-ratio: 346 / 370;
	background: #fff;
	overflow: hidden;
}

.woocommerce .sa-shop ul.sa-products li.product .sa-card__media img {
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	box-shadow: none;
}

/* Cream panel starts 72px above the image bottom (298 of 370). */
.sa-shop .sa-card__body {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-top: -19.5%;
	background: var(--paper);
	padding: 22px 23px 26px;
}

.sa-shop .sa-card__eyebrow {
	margin: 0;
	font: 700 11.471px / 1 var(--sans);
	letter-spacing: 0.174em;
	text-transform: uppercase;
	color: var(--gold);
}

.woocommerce .sa-shop ul.sa-products li.product h3.sa-card__title {
	margin: 8px 0 0;
	padding: 0;
	font: 400 clamp(24px, calc(24px + 7.78 * (100vw - 1024px) / 896), 31.778px) / 1.23 var(--serif);
	letter-spacing: -0.0256em;
	color: var(--ink);
}

.sa-shop .sa-card__desc {
	margin: 10px 0 0;
	font: 500 14.279px / 21.6px var(--sans);
	letter-spacing: 0.0618em;
	color: var(--ink);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sa-shop .sa-card__foot {
	margin-top: auto;
	padding-top: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.sa-shop .sa-card__price {
	font: 400 19.42px / 1 var(--serif);
	color: var(--purple);
	white-space: nowrap;
}

.sa-shop .sa-card__price ins {
	text-decoration: none;
}

.sa-shop .sa-card__price del {
	opacity: 0.5;
	font-size: 0.8em;
	margin-right: 0.3em;
}

/* --------------------------------------------------------------- buttons */

.sa-shop .sa-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 999px;
	border: 0.7px solid var(--gold);
	background: var(--purple-gradient);
	color: var(--cream);
	font: 700 10.593px / 1 var(--sans);
	letter-spacing: 0.189em;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sa-shop .sa-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(60, 33, 70, 0.25);
	color: #fff;
}

.sa-shop .sa-btn--card {
	height: 42px;
	min-width: 166px;
	padding: 0 24px;
}

.sa-icon--bag {
	width: 12.236px;
	height: 11.641px;
	background-image: url(../img/shop/bag.svg);
}

/* ------------------------------------------------------------ pagination */

.woocommerce .sa-shop nav.woocommerce-pagination {
	margin-top: clamp(48px, calc(52px + 21 * (100vw - 1024px) / 896), 73px);
	text-align: center;
}

.woocommerce .sa-shop nav.woocommerce-pagination ul.page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	white-space: normal;
}

.woocommerce .sa-shop nav.woocommerce-pagination ul.page-numbers li {
	border: 0;
	margin: 0;
	padding: 0;
	float: none;
	display: block;
	overflow: visible;
}

.woocommerce .sa-shop nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce .sa-shop nav.woocommerce-pagination ul.page-numbers li span {
	display: grid;
	place-items: center;
	width: 53px;
	height: 53px;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: var(--purple);
	font: 600 25px / 1 var(--sans);
	letter-spacing: 0.102em;
	box-shadow: var(--card-shadow);
}

.woocommerce .sa-shop nav.woocommerce-pagination ul.page-numbers li a:hover {
	background: var(--cream);
	color: var(--purple);
}

.woocommerce .sa-shop nav.woocommerce-pagination ul.page-numbers li span.current {
	background: var(--purple-gradient);
	color: var(--gold-2);
}

.woocommerce .sa-shop nav.woocommerce-pagination ul.page-numbers li a.prev,
.woocommerce .sa-shop nav.woocommerce-pagination ul.page-numbers li a.next {
	background: url(../img/shop/page-prev.svg) center / 100% no-repeat;
}

.woocommerce .sa-shop nav.woocommerce-pagination ul.page-numbers li a.next {
	background-image: url(../img/shop/page-next.svg);
}

/* ------------------------------------------------------------ trust strip */

.sa-trust {
	background: #fff;
	padding: clamp(56px, calc(60px + 30 * (100vw - 1024px) / 896), 90px) var(--gutter);
}

.sa-trust__list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 1303px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 32px 40px;
}

.sa-trust__item {
	display: flex;
	align-items: center;
}

.sa-trust__icon {
	flex: none;
	width: 78.41px;
	height: 78.41px;
	margin-left: -10px;
	background: center / contain no-repeat;
}

.sa-trust__item:nth-child(2) .sa-trust__icon {
	width: 79.93px;
	height: 79.93px;
	margin-left: -5px;
}

.sa-trust__item:nth-child(3) .sa-trust__icon {
	width: 74.6px;
	height: 74.6px;
}

.sa-trust__text {
	padding-left: 6px;
}

.sa-trust__title {
	margin: 0;
	font: 400 30.451px / 29.568px var(--serif);
	letter-spacing: -0.02em;
	color: var(--ink);
	white-space: nowrap;
}

.sa-trust__sub {
	margin: 11px 0 0;
	max-width: 181px;
	font: 500 12.315px / 17.509px var(--sans);
	letter-spacing: 0.093em;
	color: var(--ink);
	opacity: 0.83;
}

/* ========================================================================
 * Single product
 * ==================================================================== */

/* Gallery 960 / details 704 with a 64px gap, inside the 1744px content box. */
.woocommerce .sa-shop div.product.sa-product {
	max-width: var(--content);
	margin: 0 auto;
	padding: 26px var(--gutter) 0;
	display: grid;
	grid-template-columns: minmax(0, 960fr) minmax(0, 704fr);
	column-gap: clamp(28px, calc(36px + 28 * (100vw - 1024px) / 896), 64px);
	align-items: start;
}

/* WooCommerce also ships "#content div.product div.summary { width: 48% }";
   <main id="content"> matches it, so the ID has to appear here too. */
.woocommerce .sa-shop div.product div.summary,
.woocommerce #content.sa-shop div.product div.summary {
	float: none;
	width: auto;
	margin: 0;
	clear: none;
}

/* gallery */

.sa-gallery__main {
	aspect-ratio: 960 / 600;
	background: #fff;
	border: 1px solid var(--gold-2);
	border-radius: 12px;
	overflow: hidden;
	display: grid;
	place-items: center;
	padding: 24px;
}

.sa-gallery__main img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sa-gallery__thumbs {
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.sa-gallery__thumb {
	display: block;
	width: 120px;
	height: 120px;
	padding: 0;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
}

.sa-gallery__thumb.is-active {
	border: 1.5px solid var(--gold);
}

.sa-gallery__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* details */

.sa-product__eyebrow {
	margin: 0;
	font: 700 12px / 1 var(--sans);
	letter-spacing: 0.167em;
	text-transform: uppercase;
	color: var(--gold);
}

.woocommerce .sa-shop div.product h1.sa-product__title {
	margin: 8px 0 0;
	padding: 0;
	font: 400 clamp(30px, calc(34px + 14 * (100vw - 1024px) / 896), 48px) / 1.17 var(--serif);
	color: var(--ink);
}

.sa-product__rating {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 28px;
	font: 500 13px / 1 var(--sans);
	letter-spacing: 0.06em;
	color: var(--ink);
}

.sa-stars {
	display: inline-flex;
	gap: 4px;
}

.sa-stars__star {
	width: 16px;
	height: 16px;
	background: url(../img/shop/star.svg) center / contain no-repeat;
}

.sa-stars__star.is-empty {
	opacity: 0.25;
}

.woocommerce .sa-shop div.product p.sa-product__price {
	margin: 28px 0 0;
	font: 800 32px / 1 var(--sans);
	color: var(--purple);
}

.sa-product__price .sa-price__code {
	font-size: 0.8em;
	margin-left: 0.15em;
}

.sa-product__price del {
	opacity: 0.5;
	font-weight: 600;
	font-size: 0.7em;
	margin-right: 0.3em;
}

.sa-product__price ins {
	text-decoration: none;
}

.sa-product__excerpt {
	margin: 28px 0 0;
	font: 500 var(--body) / var(--body-lh) var(--sans);
	letter-spacing: var(--track);
	color: var(--ink);
}

.sa-product__excerpt p {
	margin: 0 0 0.8em;
}

.sa-product__excerpt p:last-child {
	margin-bottom: 0;
}

.sa-product__rule {
	border: 0;
	border-top: 1px solid var(--line);
	margin: 28px 0 20px;
}

/* purchase controls: [qty][add to cart] / [buy it now] */

.woocommerce .sa-shop div.product form.cart,
.woocommerce #content.sa-shop div.product form.cart {
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr);
	grid-template-areas: "qty add" "buy buy";
	gap: 20px 16px;
	align-items: center;
	margin: 0;
}

/* Anything else WooCommerce or a plugin prints into the form (screen-reader
   labels, hidden fields) must not claim a grid cell. */
.woocommerce #content.sa-shop div.product form.cart > label,
.woocommerce #content.sa-shop div.product form.cart > .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.woocommerce .sa-shop div.product form.cart div.quantity,
.woocommerce #content.sa-shop div.product form.cart div.quantity {
	grid-area: qty;
	float: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 104px;
	height: 53px;
	margin: 0;
	padding: 0 14px;
	border: 0.8px solid var(--gold);
	border-radius: 50px;
	background: #fff;
}

.woocommerce .sa-shop div.quantity input.qty {
	width: 32px;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	text-align: center;
	font: 700 16px / 1 var(--sans);
	color: var(--ink);
	-moz-appearance: textfield;
	appearance: textfield;
}

.woocommerce .sa-shop div.quantity input.qty::-webkit-outer-spin-button,
.woocommerce .sa-shop div.quantity input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.sa-qty__btn {
	width: 14px;
	height: 14px;
	padding: 0;
	border: 0;
	background: center / 12px no-repeat;
	cursor: pointer;
}

.sa-qty__btn--minus {
	background-image: url(../img/shop/minus.svg);
}

.sa-qty__btn--plus {
	background-image: url(../img/shop/plus.svg);
}

.woocommerce .sa-shop div.product form.cart button.single_add_to_cart_button,
.woocommerce #content.sa-shop div.product form.cart button.single_add_to_cart_button {
	grid-area: add;
	float: none;
	width: 100%;
	height: 53px;
	margin: 0;
	padding: 0 24px;
	border: 0.7px solid var(--gold);
	border-radius: 50px;
	background: var(--purple-gradient);
	color: var(--cream);
	font: 700 14px / 1 var(--sans);
	letter-spacing: 0.086em;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce .sa-shop div.product form.cart button.single_add_to_cart_button::after {
	content: "";
	width: 14px;
	height: 14px;
	background: url(../img/shop/arrow-right.svg) center / contain no-repeat;
}

.woocommerce .sa-shop div.product form.cart button.single_add_to_cart_button:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(60, 33, 70, 0.25);
	color: #fff;
}

.woocommerce .sa-shop div.product form.cart .sa-buy-now,
.woocommerce #content.sa-shop div.product form.cart .sa-buy-now {
	grid-area: buy;
	height: 53px;
	border: 1px solid var(--gold);
	border-radius: 50px;
	background: #fff;
	color: var(--purple-deep);
	font: 700 14px / 1 var(--sans);
	letter-spacing: 0.086em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.2s ease;
}

.woocommerce .sa-shop div.product form.cart .sa-buy-now:hover {
	background: var(--cream);
}

.sa-quick-trust {
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
	display: grid;
	gap: 12.7px;
	font: 500 var(--body) / var(--body-lh) var(--sans);
	letter-spacing: var(--track);
	color: var(--ink);
}

.sa-quick-trust li::before {
	content: "\2713\00a0";
}

/* --------------------------------------------------------------- accordion */

.sa-acc {
	max-width: var(--content);
	margin: clamp(64px, calc(80px + 54 * (100vw - 1024px) / 896), 134px) auto 0;
	padding: 0 var(--gutter);
}

.sa-acc__item {
	border-bottom: 1px solid rgba(166, 126, 72, 0.7);
}

.sa-acc__title {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
}

/* Scoped under .sa-shop so it outranks the ".sa-shop button" font reset. */
.sa-shop .sa-acc__head {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: clamp(22px, calc(24px + 10 * (100vw - 1024px) / 896), 34px) 0;
	border: 0;
	background: none;
	cursor: pointer;
	text-align: left;
	color: var(--ink);
	font: 400 clamp(22px, calc(24px + 11 * (100vw - 1024px) / 896), 35px) / 1.2 var(--serif);
}

.sa-acc__head:focus-visible {
	outline: 2px solid var(--gold);
	outline-offset: 4px;
}

.sa-acc__icon {
	flex: none;
	width: 30px;
	height: 30px;
	background: url(../img/shop/acc-plus.svg) center / contain no-repeat;
}

.sa-acc__item.is-open .sa-acc__icon {
	background-image: url(../img/shop/acc-minus.svg);
}

.sa-acc__body {
	max-width: 1153px;
	padding: 0 0 clamp(24px, calc(26px + 8 * (100vw - 1024px) / 896), 34px);
	font: 500 var(--body) / var(--body-lh) var(--sans);
	letter-spacing: var(--track);
	color: var(--ink);
}

.sa-acc__body[hidden] {
	display: none;
}

.sa-acc__body p {
	margin: 0 0 1em;
}

.sa-acc__body p:last-child {
	margin-bottom: 0;
}

.woocommerce .sa-shop .sa-acc__body table.woocommerce-product-attributes {
	border: 0;
	margin: 0;
}

.woocommerce .sa-shop .sa-acc__body table.woocommerce-product-attributes th,
.woocommerce .sa-shop .sa-acc__body table.woocommerce-product-attributes td {
	border: 0;
	border-bottom: 1px solid var(--line);
	padding: 12px 24px 12px 0;
	background: none;
	font: inherit;
	letter-spacing: inherit;
}

.woocommerce .sa-shop .sa-acc__body table.woocommerce-product-attributes th {
	font-weight: 700;
	width: 30%;
}

.woocommerce .sa-shop .sa-acc__body table.woocommerce-product-attributes td p {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------ you may also like */

.sa-related {
	position: relative;
	overflow: hidden;
	background: var(--cream);
	padding: clamp(96px, calc(120px + 154 * (100vw - 1024px) / 896), 274px) var(--gutter) clamp(88px, calc(110px + 109 * (100vw - 1024px) / 896), 219px);
}

/* Figma "image 5" is placed flipped (scaleY(-1) + rotate(180deg) = mirrored). */
.sa-related__bg {
	position: absolute;
	inset: 0;
	background: url(../img/shop/also-like-bg.png) center 20% / 100% auto no-repeat;
	transform: scaleX(-1);
	pointer-events: none;
}

.woocommerce .sa-shop .sa-related section.related.products {
	position: relative;
	max-width: 1474px;
	margin: 0 auto;
}

.woocommerce .sa-shop .sa-related section.related > h2 {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 400 var(--display) / var(--display-lh) var(--serif);
	color: var(--ink);
}

.woocommerce .sa-shop .sa-related section.related > h2::after {
	content: "";
	display: block;
	width: min(600px, 70%);
	aspect-ratio: 600 / 58.23;
	margin: 16px auto 0;
	background: url(../img/shop/also-like-wave.svg) center / contain no-repeat;
}

.woocommerce .sa-shop .sa-related ul.sa-products {
	margin-top: clamp(48px, calc(56px + 35 * (100vw - 1024px) / 896), 91px);
}

/* ------------------------------------------------------------- list view */

.woocommerce .sa-shop ul.sa-products.sa-products--list {
	grid-template-columns: minmax(0, 1fr);
	max-width: 1100px;
	gap: 30px;
}

.sa-shop .sa-products--list .sa-card {
	flex-direction: row;
}

.sa-shop .sa-products--list .sa-card__media {
	flex: 0 0 38%;
	aspect-ratio: 346 / 300;
}

.sa-shop .sa-products--list .sa-card__body {
	margin-top: 0;
	padding: 32px 36px;
}

.sa-shop .sa-products--list .sa-card__desc {
	-webkit-line-clamp: 4;
}

/* ================================================================= tablet */

@media (max-width: 1024px) {
	.sa-shop {
		--gutter: 40px;
		--display: 54px;
		--display-lh: 53px;
	}

	.sa-shop-hero__art {
		width: 80%;
	}

	.woocommerce .sa-shop ul.sa-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce .sa-shop div.product.sa-product {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 40px;
	}

	.sa-shop .sa-products--list .sa-card__media {
		flex-basis: 45%;
	}

	.sa-trust__list {
		justify-content: flex-start;
		gap: 32px 56px;
	}
}

/* ================================================================= mobile */

@media (max-width: 767px) {
	.sa-shop {
		--gutter: 20px;
		--display: 37px;
		--display-lh: 38px;
	}

	.sa-shop-hero {
		min-height: 0;
	}

	.sa-shop-hero__inner {
		padding: 48px var(--gutter);
	}

	.sa-shop-toolbar {
		width: 100%;
	}

	.sa-select {
		flex: 1 1 100%;
	}

	.sa-select__input {
		width: 100%;
	}

	.sa-shop-toolbar__count {
		margin-left: 0;
	}

	.sa-view-toggle {
		display: none;
	}

	.woocommerce .sa-shop ul.sa-products,
	.woocommerce .sa-shop .sa-related ul.sa-products {
		grid-template-columns: minmax(0, 1fr);
		max-width: 420px;
	}

	.sa-shop .sa-products--list .sa-card {
		flex-direction: column;
	}

	.sa-shop .sa-products--list .sa-card__body {
		margin-top: -19.5%;
		padding: 22px 23px 26px;
	}

	.woocommerce .sa-shop nav.woocommerce-pagination ul.page-numbers {
		gap: 10px;
	}

	.woocommerce .sa-shop nav.woocommerce-pagination ul.page-numbers li a,
	.woocommerce .sa-shop nav.woocommerce-pagination ul.page-numbers li span {
		width: 44px;
		height: 44px;
		font-size: 20px;
	}

	.sa-trust__list {
		flex-direction: column;
		gap: 28px;
	}

	.sa-trust__title {
		font-size: 26px;
		white-space: normal;
	}

	.sa-gallery__main {
		padding: 12px;
	}

	.sa-gallery__thumb {
		width: 88px;
		height: 88px;
	}

	.woocommerce .sa-shop div.product p.sa-product__price {
		font-size: 28px;
	}

	.woocommerce .sa-shop div.product form.cart {
		grid-template-columns: 104px minmax(0, 1fr);
	}

	.sa-crumbs li {
		font-size: 11px;
	}
}
