/* ==========================================================================
   Amber Burkini - compiled theme styles
   Faithful reproduction of the original React/Vite + Tailwind v4 design.
   ========================================================================== */

:root {
	--ink: #121212;
	--white: #ffffff;
	--border: #e5e5e5;
	--surface: #f5f5f5;
	--surface-2: #fafafa;
	--neutral-100: #f5f5f5;
	--neutral-200: #e5e5e5;
	--neutral-300: #d4d4d4;
	--neutral-400: #a3a3a3;
	--neutral-600: #525252;
	--neutral-800: #262626;
	--pink-soft: #ffb2c3;
	--pink: #ff69b4;
	--pink-light: #ffb6c1;
	--gold: #ffe28a;
	--font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
	--font-serif: "Playfair Display", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

/* ---------- Reset / base ---------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: var(--font-sans);
	color: var(--ink);
	background-color: var(--white);
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

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

button {
	font-family: inherit;
	cursor: pointer;
}

a {
	color: inherit;
	text-decoration: none;
}

::selection {
	background: var(--ink);
	color: var(--white);
}

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

.skip-link {
	position: absolute;
	inset-inline-start: -9999px;
	top: 0;
	z-index: 200;
	background: var(--ink);
	color: var(--white);
	padding: 8px 16px;
}
.skip-link:focus {
	inset-inline-start: 8px;
}

.hide-scrollbar::-webkit-scrollbar {
	display: none;
}
.hide-scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

/* ---------- Shell ---------- */
.site-shell {
	direction: rtl; /* The storefront is Arabic / RTL, matching the source app. */
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

/* ---------- Announcement bar ---------- */
.announcement-bar {
	direction: ltr;
	background: var(--ink);
	color: var(--white);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	padding: 10px 16px;
	overflow: hidden;
	flex-shrink: 0;
	display: flex;
}
.announcement-track {
	white-space: nowrap;
	width: 100%;
	text-align: center;
	will-change: transform;
	animation: amber-marquee 30s linear infinite;
}
@keyframes amber-marquee {
	from {
		transform: translateX(100vw);
	}
	to {
		transform: translateX(-100vw);
	}
}

/* ---------- Header ---------- */
.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.8);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--border);
	flex-shrink: 0;
}
.site-header__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 16px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site-header__col {
	display: flex;
	align-items: center;
	flex: 1;
}
.site-header__col--start {
	gap: 16px;
}
.site-header__col--brand {
	justify-content: center;
	text-align: center;
}
.site-header__col--end {
	justify-content: flex-end;
	gap: 12px;
}

.icon-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0;
	padding: 8px;
	color: var(--ink);
	transition: opacity 0.2s ease;
	position: relative;
}
.icon-button:hover {
	opacity: 0.75;
}
.icon-button--cart .cart-count {
	position: absolute;
	top: -2px;
	inset-inline-start: -2px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 16px;
	width: 16px;
	border-radius: 999px;
	background: var(--ink);
	color: var(--white);
	font-size: 9px;
}

.site-header__search {
	display: none;
}

.site-logo,
.custom-logo-link {
	display: inline-block;
}
.site-logo {
	font-family: var(--font-serif);
	font-style: italic;
	font-weight: 900;
	font-size: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ink);
}
.custom-logo {
	max-height: 48px;
	width: auto;
}

.primary-navigation {
	max-width: 1440px;
	margin: 0 auto;
}
.primary-menu {
	list-style: none;
	margin: 0;
	padding: 0 16px;
	display: flex;
	gap: 20px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.primary-menu:empty {
	display: none;
}

/* ---------- Main ---------- */
.site-main {
	flex: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 24px 0;
}

.breadcrumb {
	font-size: 11px;
	color: var(--neutral-400);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 24px;
	padding: 0 16px;
	text-align: start;
	font-weight: 500;
}

/* ---------- Product layout ---------- */
.product {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.product__layout {
	display: flex;
	flex-direction: column;
	flex: 1;
}

/* Media */
.product__media {
	display: flex;
	flex-direction: column-reverse;
	background: var(--surface);
}
.product-thumbs {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 16px;
	width: 100%;
	flex-shrink: 0;
	border-top: 1px solid var(--border);
	background: var(--white);
}
.product-thumb {
	position: relative;
	aspect-ratio: 3 / 4;
	width: 80px;
	flex-shrink: 0;
	background: var(--neutral-100);
	overflow: hidden;
	border: 0;
	outline: none;
	box-shadow: inset 0 0 0 1px var(--neutral-200);
	transition: box-shadow 0.2s ease;
	padding: 0;
}
.product-thumb:hover {
	box-shadow: inset 0 0 0 1px var(--ink);
}
.product-thumb.is-active {
	box-shadow: 0 0 0 2px var(--white), 0 0 0 4px var(--ink);
}
.product-thumb img {
	object-fit: contain;
	object-position: top;
	width: 100%;
	height: 100%;
}

.product-main-image {
	position: relative;
	aspect-ratio: 3 / 4;
	background: var(--surface);
	flex: 1;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	border-bottom: 1px solid var(--border);
}
.product-main-image img {
	object-fit: contain;
	object-position: top;
	width: 100%;
	height: 100%;
	transition: transform 0.7s ease;
}
.product-main-image:hover img {
	transform: scale(1.05);
}
.product-favorite {
	position: absolute;
	top: 16px;
	inset-inline-end: 16px;
	background: rgba(255, 255, 255, 0.9);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	border-radius: 999px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	border: 1px solid var(--border);
	padding: 12px;
	color: var(--ink);
	transition: all 0.2s ease;
}
.product-favorite:hover {
	background: var(--ink);
	color: var(--white);
	opacity: 1;
}

/* Details */
.product__details {
	display: flex;
	flex-direction: column;
	background: var(--white);
	padding: 24px;
}
.product__head {
	margin-bottom: 32px;
}
.product__title {
	font-family: var(--font-serif);
	font-style: italic;
	font-weight: 500;
	font-size: 30px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--ink);
	margin: 0 0 8px;
}
.product__price-row {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 32px;
}
.product__price {
	font-size: 20px;
	font-weight: 700;
	color: var(--ink);
}
.product__rating {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--neutral-400);
	font-weight: 700;
	margin-bottom: 16px;
}
.product__stars {
	display: flex;
	color: var(--ink);
}

/* Options (color / size / quantity / description headers) */
.product-option {
	margin-top: 0;
}
.product-option--color {
	margin-top: 24px;
	margin-bottom: 32px;
	padding-top: 24px;
	border-top: 1px solid var(--border);
}
.product-option__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}
.product-option__label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--ink);
	margin: 0;
}
.product-option__value {
	color: var(--neutral-400);
	font-weight: 400;
}

.color-swatches {
	display: flex;
	align-items: center;
	gap: 12px;
}
.color-swatch {
	width: 40px;
	height: 40px;
	border-radius: 999px;
	border: 2px solid transparent;
	transition: border-color 0.2s ease;
	padding: 2px;
	background: transparent;
}
.color-swatch:hover {
	border-color: var(--neutral-300);
}
.color-swatch.is-active {
	border-color: var(--ink);
}
.color-swatch__dot {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 999px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Description */
.product-description {
	padding: 24px 0;
	color: var(--neutral-600);
	text-align: start;
}
.product-description__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
	padding-top: 16px;
	border-top: 1px solid var(--border);
}
.product-description__intro {
	font-weight: 700;
	color: var(--ink);
	margin: 0 0 12px;
	font-size: 14px;
}
.product-description__list {
	margin: 0;
	padding-inline-start: 24px;
	list-style: disc;
	font-size: 14px;
	font-weight: 500;
}
.product-description__list li {
	margin-bottom: 8px;
}
.product-description__list li::marker {
	color: var(--ink);
}
.product-description__content {
	font-size: 14px;
	line-height: 1.6;
}

/* ---------- Order form ---------- */
.order-form {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

/* Size options */
.size-guide-link {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration: underline;
	background: transparent;
	border: 0;
	color: var(--ink);
}
.size-options {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.size-option {
	flex: 1;
	min-width: 3.5rem;
	padding: 12px 0;
	font-size: 12px;
	border: 1px solid var(--border);
	background: var(--white);
	color: var(--neutral-600);
	text-align: center;
	transition: all 0.2s ease;
}
.size-option:hover {
	border-color: var(--ink);
}
.size-option.is-active {
	border-color: var(--ink);
	font-weight: 700;
	color: var(--ink);
}

/* Delivery partner */
.delivery-partner {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 32px;
	margin-bottom: 16px;
}
.delivery-partner__img {
	width: 100%;
	height: auto;
	object-fit: contain;
	mix-blend-mode: multiply;
	max-height: 300px;
	animation: amber-float 2.5s ease-in-out infinite;
}
@keyframes amber-float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}

/* Quantity */
.quantity-stepper {
	display: flex;
	align-items: center;
	border: 1px solid var(--ink);
	height: 56px;
	width: 128px;
	flex-shrink: 0;
}
.quantity-stepper__btn {
	width: 40px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0;
	color: var(--ink);
	transition: background 0.15s ease;
}
.quantity-stepper__btn:hover {
	background: var(--neutral-100);
}
.quantity-stepper__input {
	width: 48px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	background: transparent;
	border: 0;
	outline: none;
	height: 100%;
}

/* Order box */
.order-box {
	margin-top: 0;
	border: 1px solid var(--border);
	padding: 24px;
	background: var(--surface-2);
}
.order-box__title {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 24px;
	text-align: center;
	color: var(--ink);
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.order-box__fields {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.field__label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 8px;
	color: var(--ink);
	letter-spacing: 0.1em;
}
.field__input {
	width: 100%;
	height: 48px;
	padding: 0 16px;
	border: 1px solid var(--border);
	background: var(--white);
	font-size: 14px;
	font-family: inherit;
	color: var(--ink);
	outline: none;
	border-radius: 0;
	transition: border-color 0.15s ease;
}
.field__input:focus {
	border-color: var(--ink);
}
.field__input--ltr {
	direction: ltr;
	text-align: right;
}
.field__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23121212' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: left 16px center;
	padding-inline-end: 16px;
	padding-inline-start: 40px;
}
.field__select:disabled {
	opacity: 0.5;
	background-color: var(--neutral-50, #fafafa);
	cursor: not-allowed;
}
.field-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

/* Summary */
.order-summary {
	background: var(--white);
	padding: 16px;
	border: 1px solid var(--border);
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 8px;
}
.order-summary__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.order-summary__label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--neutral-600);
}
.order-summary__value {
	color: var(--ink);
	font-weight: 700;
	font-size: 14px;
}
.order-summary__row--total {
	padding-top: 12px;
	border-top: 1px solid var(--border);
	margin-top: 0;
}
.order-summary__row--total .order-summary__label {
	color: var(--ink);
}
.order-summary__value--total {
	font-weight: 900;
	font-size: 18px;
}

/* Submit */
.order-form__error {
	margin: 0;
	color: #991b1b;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}
.order-submit {
	width: 100%;
	position: relative;
	display: flex;
	height: 56px;
	align-items: center;
	justify-content: center;
	background: var(--ink);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: var(--white);
	border: 0;
	overflow: hidden;
	margin-top: 8px;
	transition: opacity 0.2s ease;
}
.order-submit:hover {
	opacity: 0.9;
}
.order-submit:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.order-submit__label {
	transition: transform 0.3s ease;
}
.order-submit.is-submitting .order-submit__label {
	transform: translateY(150%);
}
.order-submit__spinner {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	border: 2px solid var(--white);
	border-top-color: transparent;
	border-radius: 999px;
	display: none;
	animation: amber-spin 0.7s linear infinite;
}
.order-submit.is-submitting .order-submit__spinner {
	display: block;
}
@keyframes amber-spin {
	to {
		transform: rotate(360deg);
	}
}

/* Trust badges */
.trust-badges {
	margin-top: 32px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 8px;
	color: var(--neutral-400);
	padding: 24px 0;
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
}
.trust-badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	width: 33.333%;
	transition: color 0.2s ease;
	cursor: pointer;
}
.trust-badge:hover {
	color: var(--ink);
}
.trust-badge--middle {
	border-inline-start: 1px solid var(--border);
	border-inline-end: 1px solid var(--border);
}
.trust-badge__label {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}

/* ---------- Footer ---------- */
.footer-widgets {
	border-top: 1px solid var(--border);
	background: var(--white);
}
.footer-widgets__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 32px 16px;
	display: grid;
	gap: 24px;
}
.site-footer {
	background: var(--white);
	border-top: 1px solid var(--border);
	padding: 16px;
	flex-shrink: 0;
	margin-top: 32px;
}
.site-footer__inner {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	font-size: 10px;
	color: var(--neutral-400);
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.site-footer__nav,
.footer-menu {
	display: flex;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-footer__nav span,
.footer-menu a {
	transition: color 0.2s ease;
	cursor: pointer;
}
.site-footer__nav span:hover,
.footer-menu a:hover {
	color: var(--ink);
}

/* ---------- Success overlay ---------- */
.success-overlay {
	position: fixed;
	inset: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--white);
	animation: amber-fade-in 0.3s ease;
}
.success-overlay[hidden] {
	display: none;
}
@keyframes amber-fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.success-overlay__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: -128px;
}
.success-cat {
	position: relative;
	width: 224px;
	height: 224px;
	margin-bottom: 32px;
	animation: amber-cat-bob 2s ease-in-out infinite;
}
.success-cat__svg {
	width: 100%;
	height: 100%;
	filter: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}
@keyframes amber-cat-bob {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-5px);
	}
}
.cat-head {
	animation: amber-head-bob 2s ease-in-out infinite;
	transform-origin: 100px 100px;
}
@keyframes amber-head-bob {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(4px);
	}
}
.cat-tail {
	transform-origin: 145px 145px;
	animation: amber-tail-wag 4s ease-in-out infinite;
}
@keyframes amber-tail-wag {
	0%,
	100% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(-8deg);
	}
}
.cat-eyes {
	transform-origin: center;
	animation: amber-blink 5s linear infinite;
}
@keyframes amber-blink {
	0%,
	45% {
		transform: scaleY(1);
	}
	50% {
		transform: scaleY(0.1);
	}
	55%,
	100% {
		transform: scaleY(1);
	}
}
.success-heart {
	position: absolute;
	z-index: 10;
	display: inline-flex;
}
.success-heart--1 {
	top: 16px;
	inset-inline-end: 40px;
	color: var(--pink-light);
	animation: amber-heart-1 2.5s ease-out infinite;
	animation-delay: 0.5s;
}
.success-heart--2 {
	top: 40px;
	inset-inline-start: 32px;
	color: var(--pink);
	animation: amber-heart-2 3s ease-out infinite;
}
@keyframes amber-heart-1 {
	0% {
		transform: translateY(0) scale(0.5);
		opacity: 0;
	}
	40% {
		opacity: 1;
		transform: translateY(-20px) scale(1.2);
	}
	100% {
		transform: translateY(-40px) scale(0.8);
		opacity: 0;
	}
}
@keyframes amber-heart-2 {
	0% {
		transform: translate(0, 0) scale(0.5);
		opacity: 0;
	}
	40% {
		opacity: 1;
		transform: translate(-10px, -25px) scale(1.5);
	}
	100% {
		transform: translate(-15px, -50px) scale(1);
		opacity: 0;
	}
}
.success-message {
	max-width: 28rem;
	padding: 0 24px;
	animation: amber-rise 0.5s ease 0.3s both;
}
@keyframes amber-rise {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.success-message__title {
	font-family: var(--font-serif);
	font-style: italic;
	font-weight: 900;
	font-size: 30px;
	letter-spacing: -0.02em;
	color: var(--ink);
	margin: 0 0 16px;
}
.success-message__text {
	color: var(--neutral-600);
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 32px;
}
.success-message__btn {
	padding: 16px 40px;
	background: var(--ink);
	color: var(--white);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	transition: background 0.2s ease;
}
.success-message__btn:hover {
	background: var(--neutral-800);
}

/* ---------- Generic content pages ---------- */
.site-main--content {
	padding: 32px 16px;
}
.content-area {
	max-width: 768px;
	margin: 0 auto;
	width: 100%;
}
.page-title,
.entry-title {
	font-family: var(--font-serif);
	font-weight: 700;
}
.entry {
	margin-bottom: 48px;
}
.entry-content {
	line-height: 1.7;
}
.no-results .page-content {
	line-height: 1.7;
}
.button-link {
	display: inline-block;
	padding: 12px 24px;
	background: var(--ink);
	color: var(--white);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
	font-weight: 700;
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
	}
}

/* ==========================================================================
   Responsive — small screens and up
   ========================================================================== */
@media (min-width: 640px) {
	.site-header__inner {
		padding: 0 40px;
		height: 80px;
	}
	.site-header__col--end {
		gap: 24px;
	}
	.site-logo {
		font-size: 36px;
	}
	.site-main {
		padding: 24px 24px;
	}
	.breadcrumb {
		padding: 0;
	}
	.product__details {
		padding: 48px;
	}
	.field-grid {
		grid-template-columns: 1fr 1fr;
	}
	.site-footer {
		padding: 0 40px;
		height: 48px;
		margin-top: 32px;
	}
	.site-footer__inner {
		flex-direction: row;
		height: 48px;
	}
	.success-message__title {
		font-size: 36px;
	}
}

@media (min-width: 1024px) {
	.site-main {
		padding: 48px 32px;
	}
	.product__layout {
		flex-direction: row;
		border: 1px solid var(--border);
		overflow: hidden;
	}
	.product__media {
		flex-direction: row;
		width: 55%;
		border-inline-start: 1px solid var(--border);
	}
	.product-thumbs {
		flex-direction: column;
		overflow-y: auto;
		overflow-x: hidden;
		width: 112px;
		border-top: 0;
		border-inline-start: 1px solid var(--border);
	}
	.product-thumb {
		width: 100%;
	}
	.product-main-image {
		aspect-ratio: auto;
		border-bottom: 0;
	}
	.product__details {
		width: 45%;
		overflow-y: auto;
	}
	.site-header__menu-toggle {
		display: none;
	}
	.site-header__search {
		display: inline-flex;
	}
	.site-footer {
		margin-top: 0;
	}
}

/* ---------- Delivery type selector ---------- */
.delivery-type {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
.delivery-type__option {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	padding: 14px 10px;
	border: 1px solid var(--border);
	background: var(--white);
	color: var(--neutral-600);
	border-radius: 10px;
	transition: all 0.2s ease;
}
.delivery-type__option:hover {
	border-color: var(--ink);
}
.delivery-type__option.is-active {
	border-color: var(--ink);
	background: var(--surface-2);
	color: var(--ink);
	box-shadow: inset 0 0 0 1px var(--ink);
}
.delivery-type__title {
	font-size: 13px;
	font-weight: 700;
}
.delivery-type__price {
	font-size: 13px;
	font-weight: 600;
	color: var(--pink);
}

/* ---------- Price + discount ---------- */
.product-price-group {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.product-price__old {
	color: var(--neutral-400);
	text-decoration: line-through;
	font-size: 0.85em;
}
.product-discount-badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 999px;
	background: var(--pink);
	color: var(--white);
	font-size: 12px;
	font-weight: 700;
}
.product-stock-out {
	display: inline-block;
	margin-top: 10px;
	padding: 6px 14px;
	border-radius: 999px;
	background: #fee2e2;
	color: #991b1b;
	font-size: 13px;
	font-weight: 700;
}
.product-stock-low {
	display: inline-block;
	margin-top: 8px;
	color: #b45309;
	font-size: 13px;
	font-weight: 600;
}
.order-submit:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

/* ------------------------------------------------------------------ */
/* Product page slides carousel                                        */
/* ------------------------------------------------------------------ */
.product-slides {
	margin-top: 48px;
	width: 100%;
}
.product-slides__viewport {
	overflow: hidden;
	border-radius: 20px;
}
.product-slides__track {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	padding-bottom: 4px;
}
.product-slides__track::-webkit-scrollbar {
	display: none;
}
.product-slide {
	flex: 0 0 100%;
	scroll-snap-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	min-height: 320px;
	padding: 40px 28px;
	border-radius: 20px;
	text-align: center;
}
@media (min-width: 768px) {
	.product-slide {
		flex-direction: row;
		text-align: start;
		gap: 40px;
		padding: 56px 48px;
		min-height: 360px;
	}
}
.product-slide__media {
	flex-shrink: 0;
	width: 100%;
	max-width: 320px;
}
.product-slide__media img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	object-fit: cover;
	display: block;
}
.product-slide__body {
	max-width: 460px;
}
.product-slide__title {
	margin: 0 0 12px;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	color: #1d1d1f;
}
.product-slide__text {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: #515154;
}
.product-slides__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 20px;
}
.product-slides__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	border: 1px solid #d2d2d7;
	background: #fff;
	color: #1d1d1f;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.product-slides__arrow:hover {
	background: #f5f5f7;
	border-color: #b0b0b8;
	transform: translateY(-1px);
}
.product-slides__dots {
	display: flex;
	align-items: center;
	gap: 8px;
}
.product-slides__dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: none;
	border-radius: 999px;
	background: #d2d2d7;
	cursor: pointer;
	transition: width 0.2s ease, background 0.2s ease;
}
.product-slides__dot.is-active {
	width: 24px;
	background: #1d1d1f;
}
