:root {
	--ink: #2e2a29;
	--ink-soft: #5c6168;
	--icon: #2d3640;
	--line: #e6e6e6;
	--paper: #fff;
	--wash: #f4f5f6;
	--pill: #f3f4f6;
	--header-mobile: 80px;
	--header-tablet: 60px;
	--header-desktop: 64px;
	--shadow: 0 12px 40px rgba(45, 54, 64, 0.12);
	--font: "Manrope", "Segoe UI", sans-serif;
}

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

html { overflow-x: clip; }

body.owala-store {
	margin: 0;
	color: var(--ink);
	background: var(--paper);
	font-family: var(--font);
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
}

body.owala-store.owala-has-sticky { padding-bottom: 76px; }

img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { overflow-wrap: break-word; }

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

.skip-link:focus {
	position: fixed; top: 8px; left: 8px; z-index: 10000;
	width: auto; height: auto; clip: auto; margin: 0;
	padding: 8px 12px; background: #000; color: #fff;
}

.owala-wrap {
	width: min(1440px, calc(100% - 32px));
	margin-inline: auto;
}

.owala-button,
.single_add_to_cart_button,
.checkout-button,
#place_order,
button.button,
a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 999px;
	border: 3px solid var(--ink);
	background: var(--ink);
	color: #fff;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
	cursor: pointer;
	max-width: 100%;
}
.single_add_to_cart_button,
#place_order,
.owala-card .button,
.checkout-button { width: 100%; max-width: 420px; }

.owala-button--inline { width: auto; }

.owala-text-button,
.owala-dialog__close button,
.owala-drawer__head button {
	background: none;
	border: 0;
	min-height: 44px;
	padding: 0 8px;
	cursor: pointer;
	font-weight: 700;
}

.owala-announce {
	background: var(--ink);
	color: #fff;
	text-align: center;
	min-height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px 16px;
	font-size: 13px;
	font-weight: 700;
}

.owala-announce a { color: #fff; }

.owala-header {
	position: sticky;
	top: 0;
	z-index: 40;
	background: #fff;
	border-bottom: 1px solid var(--line);
}

body.admin-bar .owala-header { top: 32px; }
@media (max-width: 782px) {
	body.admin-bar .owala-header { top: 46px; }
}

.owala-header__bar {
	min-height: var(--header-mobile);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 16px;
	position: relative;
}

@media (min-width: 768px) {
	.owala-header__bar { min-height: var(--header-tablet); padding-inline: 3.5vw; }
}
@media (min-width: 1024px) {
	.owala-header__bar { min-height: var(--header-desktop); }
	.owala-wrap { width: min(1480px, calc(100% - 7vw)); }
}

.owala-logo { display: flex; align-items: center; min-height: 44px; z-index: 2; }
.owala-logo__img { max-height: 32px; width: auto; }
.owala-logo__text {
	font-weight: 800;
	font-size: 26px;
	letter-spacing: -0.06em;
	line-height: 1;
	text-transform: lowercase;
}

.owala-header__tools { display: flex; align-items: center; gap: 2px; margin-left: auto; z-index: 2; }
.owala-icon-button {
	width: 44px; height: 44px;
	display: inline-flex; align-items: center; justify-content: center;
	background: none; border: 0; padding: 0; color: var(--icon); cursor: pointer;
	position: relative; text-decoration: none;
}
.owala-header__account { display: none; }
@media (min-width: 1024px) { .owala-header__account { display: inline-flex; } }
.owala-header__menu { display: inline-flex; }
@media (min-width: 1024px) { .owala-header__menu { display: none; } }

.owala-cart-count {
	position: absolute;
	top: 4px; right: 2px;
	min-width: 16px; height: 16px;
	border-radius: 99px;
	background: var(--ink); color: #fff;
	font-size: 10px; font-weight: 800;
	display: inline-flex; align-items: center; justify-content: center;
	padding: 0 4px;
}
.owala-cart-count.is-zero { display: none; }

.owala-nav--desktop { display: none; }
@media (min-width: 1024px) {
	.owala-nav--desktop {
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		max-width: calc(100% - 360px);
	}
}

.owala-pills {
	display: flex; gap: 8px; align-items: center; justify-content: center;
	list-style: none; margin: 0; padding: 0;
}
.owala-pills > li { position: relative; }
.owala-pills > li > a {
	display: inline-flex; align-items: center; justify-content: center;
	height: 32px; padding: 0 14px;
	border-radius: 999px; background: var(--pill);
	font-size: 14px; font-weight: 600; white-space: nowrap;
}
.owala-pills > li > a:hover,
.owala-pills > li:focus-within > a { background: #e7e9ec; }

.owala-mega {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 10px;
	min-width: min(640px, 70vw);
	z-index: 40;
}
.has-mega:hover .owala-mega,
.has-mega:focus-within .owala-mega,
.has-mega.is-open .owala-mega { display: block; }
.owala-mega__inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	background: #fff;
	border-radius: 16px;
	box-shadow: var(--shadow);
	padding: 16px;
}
.owala-mega__card { display: grid; gap: 8px; font-size: 13px; font-weight: 700; }
.owala-mega__card img { width: 100%; aspect-ratio: 1; object-fit: contain; background: var(--wash); border-radius: 12px; }
.owala-mega__all { grid-column: 1 / -1; font-weight: 700; text-decoration: underline; }

.owala-dialog {
	border: 0; padding: 0; color: var(--ink); background: #fff;
	max-width: 100vw;
}
.owala-dialog::backdrop { background: rgba(17, 17, 17, 0.45); }
.owala-dialog--menu {
	width: 100%; max-width: 100%; height: 100%; max-height: 100%;
	margin: 0; padding: 12px 20px 32px;
	overflow: auto;
}
.owala-dialog--search {
	width: min(720px, calc(100vw - 24px));
	margin-top: 12vh;
	border-radius: 16px;
	padding: 20px;
}
.owala-dialog--cart {
	width: min(420px, 100vw); height: 100vh; max-height: 100vh;
	margin: 0 0 0 auto; padding: 16px 16px 28px; overflow: auto;
}
.owala-dialog--zoom { width: min(960px, calc(100vw - 24px)); padding: 12px; border-radius: 12px; }
.owala-dialog--zoom img { width: 100%; height: auto; }
.owala-search { display: flex; flex-wrap: wrap; gap: 8px; }
.owala-search input[type="search"] {
	flex: 1 1 180px; min-height: 50px; border-radius: 999px;
	border: 1px solid var(--line); padding: 0 16px;
}
.owala-mobile-links, .owala-fold ul, .owala-footer ul { list-style: none; margin: 0; padding: 0; }
.owala-mobile-links a, .owala-fold a { display: flex; min-height: 44px; align-items: center; font-weight: 700; }
.owala-mobile-account { margin-top: 16px; }

.owala-drawer__head { display: flex; align-items: center; justify-content: space-between; }
.owala-drawer__head h2 { margin: 0; font-size: 22px; }

.woocommerce-mini-cart { list-style: none; margin: 12px 0; padding: 0; }
.woocommerce-mini-cart-item {
	display: grid; grid-template-columns: 72px 1fr; gap: 8px 12px;
	padding: 12px 0; border-bottom: 1px solid var(--line); position: relative;
}
.woocommerce-mini-cart-item img { width: 72px; height: 72px; object-fit: contain; background: var(--wash); border-radius: 8px; grid-row: 1 / span 3; }
.woocommerce-mini-cart-item .remove { position: absolute; top: 8px; right: 0; width: 32px; height: 32px; }
.woocommerce-mini-cart__buttons { display: grid; gap: 8px; }
.woocommerce-mini-cart__buttons .button { width: 100%; }
.woocommerce-mini-cart__buttons a:not(.checkout) { background: #fff; color: var(--ink); }
.owala-suggest ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.owala-suggest a { display: grid; grid-template-columns: 56px 1fr; gap: 10px; align-items: center; min-height: 56px; }
.owala-suggest img { width: 56px; height: 56px; object-fit: contain; background: var(--wash); }

.owala-slider { position: relative; background: var(--wash); }
.owala-slider__track {
	display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
	scrollbar-width: none; scroll-behavior: smooth;
}
.owala-slider__track::-webkit-scrollbar { display: none; }
.owala-slider__track { align-items: flex-start; }
.owala-slide { flex: 0 0 100%; scroll-snap-align: start; align-self: flex-start; min-width: 0; }
.owala-slide picture { display: block; width: 100%; }
.owala-slide img {
	width: 100%;
	height: auto;
	max-height: none;
	aspect-ratio: auto;
	object-fit: contain;
	object-position: center center;
	background: var(--wash);
}
.owala-slider__btn {
	position: absolute; top: 50%; transform: translateY(-50%);
	width: 44px; height: 44px; border-radius: 50%; border: 0;
	background: rgba(255,255,255,.88); cursor: pointer; font-size: 0;
}
.owala-slider__btn--prev { left: 12px; }
.owala-slider__btn--next { right: 12px; }
.owala-slider__btn--prev::before,
.owala-slider__btn--next::before {
	content: "";
	display: block; width: 10px; height: 10px; margin: auto;
	border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink);
}
.owala-slider__btn--prev::before { transform: rotate(135deg); margin-left: 16px; }
.owala-slider__btn--next::before { transform: rotate(-45deg); margin-right: 16px; }

.owala-section__head, .owala-catalog__head {
	display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
	margin: 28px 0 16px;
}
.owala-section__head h2, .owala-home h2 { margin: 0; font-size: 28px; letter-spacing: -0.03em; }
.owala-section__head a { font-weight: 700; text-decoration: underline; white-space: nowrap; }

.owala-best { padding-bottom: 12px; }
.owala-best__row {
	display: grid; grid-auto-flow: column; grid-auto-columns: minmax(180px, 1fr);
	gap: 16px; list-style: none; margin: 0; padding: 0 0 8px;
	overflow-x: auto; scroll-snap-type: x mandatory;
}
.owala-best__row > li { scroll-snap-align: start; min-width: 0; }
.owala-best__media { display: block; background: var(--wash); border-radius: 16px; aspect-ratio: 1; }
.owala-best__media img { width: 100%; height: 100%; object-fit: contain; }
.owala-best__name { display: block; margin-top: 10px; font-weight: 800; }
.owala-best__tag { display: block; color: var(--ink-soft); font-size: 14px; }

@media (min-width: 1024px) {
	.owala-best__row { grid-auto-flow: unset; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: visible; }
}

.owala-scenes__grid {
	display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
	list-style: none; margin: 0; padding: 0 0 12px;
}
@media (min-width: 900px) {
	.owala-scenes__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
}
.owala-scenes__grid a { position: relative; display: block; border-radius: 16px; overflow: hidden; min-width: 0; }
.owala-scenes__grid img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.owala-scenes__grid span {
	position: absolute; left: 12px; right: 12px; bottom: 12px; color: #fff;
	display: grid; text-shadow: 0 1px 8px rgba(0,0,0,.45);
}
.owala-scenes__grid strong { font-size: 20px; }
.owala-scenes__grid em { font-style: normal; font-size: 13px; }

.owala-story { padding: 28px 0 8px; }
.owala-story__grid { display: grid; gap: 20px; align-items: center; }
@media (min-width: 900px) { .owala-story__grid { grid-template-columns: 1fr 1.2fr; gap: 40px; } }
.owala-kicker { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; margin-bottom: 8px; }
.owala-story h2 { font-size: clamp(32px, 4vw, 48px); letter-spacing: -0.04em; margin: 0 0 12px; }
.owala-story img { width: 100%; border-radius: 16px; aspect-ratio: 16 / 10; object-fit: cover; }

.owala-trust { padding: 28px 0 48px; }
.owala-trust ul {
	list-style: none; margin: 0; padding: 20px 0 0;
	display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
	border-top: 1px solid var(--line);
}
@media (min-width: 800px) { .owala-trust ul { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.owala-trust a { display: grid; gap: 4px; min-height: 44px; }
.owala-trust strong { font-size: 16px; }
.owala-trust span { color: var(--ink-soft); font-size: 14px; }

.owala-catalog__head h1, .owala-prose h1, .owala-single .product_title {
	font-size: clamp(32px, 4vw, 44px);
	letter-spacing: -0.04em;
	line-height: 1.1;
	margin: 8px 0 12px;
}
.owala-crumbs { display: flex; flex-wrap: wrap; gap: 6px; font-size: 13px; color: var(--ink-soft); margin-top: 18px; }
.owala-crumbs a { text-decoration: underline; }

.owala-cats { margin-top: 12px; }
.owala-cats > ul { display: flex; flex-direction: column; gap: 0; list-style: none; margin: 0; padding: 0 0 8px; }
.owala-cats > ul > li > a,
.owala-cat__row > a {
	display: flex; align-items: center; min-height: 48px; padding: 0 4px;
	font-weight: 700; font-size: 16px;
}
.owala-cat__row { display: flex; align-items: center; justify-content: space-between; gap: 8px; border-bottom: 1px solid var(--line); }
.owala-cat__row > a { flex: 1; min-width: 0; }
.owala-caret {
	width: 44px; height: 44px; flex: 0 0 44px;
	border: 1px solid var(--line); border-radius: 50%;
	background: #fff; cursor: pointer; position: relative;
}
.owala-caret::before { position: absolute; left: 16px; top: 14px; }
.owala-cat__sub { list-style: none; margin: 0; padding: 4px 0 8px 16px; }
.owala-cat__sub a { display: flex; align-items: center; min-height: 44px; }
@media (min-width: 1024px) {
	.owala-cats > ul { flex-direction: row; flex-wrap: wrap; gap: 8px; }
	.owala-cats > ul > li > a, .owala-cat__row > a {
		min-height: 36px; padding: 0 12px; border-radius: 999px; background: var(--pill); font-size: 14px;
	}
	.owala-cat { position: relative; }
	.owala-cat__row { border: 0; }
	.owala-caret { width: 28px; height: 28px; flex-basis: 28px; }
	.owala-caret::before { left: 9px; top: 7px; }
	.owala-cat__sub {
		position: absolute; top: 100%; left: 0; z-index: 6;
		min-width: 200px; padding: 10px 8px 8px; margin-top: 0;
		background: #fff; border-radius: 12px; box-shadow: var(--shadow);
	}
	.owala-cat__sub::before {
		content: "";
		position: absolute;
		left: 0; right: 0; top: -12px; height: 12px;
	}
}

.owala-shopbar { display: flex; justify-content: space-between; gap: 12px; align-items: center; flex-wrap: wrap; margin: 8px 0 16px; }
.owala-shopbar select, .woocommerce-ordering select {
	min-height: 44px; border-radius: 999px; border: 1px solid var(--line); padding: 0 12px; background: #fff;
}
.owala-catalog__layout { display: grid; gap: 20px; }
@media (min-width: 1024px) {
	.owala-catalog__layout { grid-template-columns: 220px minmax(0, 1fr); align-items: start; }
}
.owala-filters__label { font-weight: 800; margin: 0 0 8px; }
.owala-filters__group { border-top: 1px solid var(--line); }
.owala-filters__group summary {
	min-height: 48px; display: flex; align-items: center; justify-content: space-between;
	gap: 12px; cursor: pointer; font-weight: 700;
}
.owala-filters__group ul { list-style: none; margin: 0; padding: 0 0 12px; max-height: 240px; overflow: auto; }
.owala-filters__group a { display: flex; min-height: 36px; align-items: center; font-size: 14px; }
.owala-filters__group a.is-active { font-weight: 800; text-decoration: underline; }

.owala-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 12px;
}
@media (min-width: 768px) { .owala-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 16px; } }
@media (min-width: 1024px) { .owala-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.owala-card { min-width: 0; }
.owala-card__media { position: relative; display: block; aspect-ratio: 1; background: var(--wash); border-radius: 12px; overflow: hidden; }
.owala-card__img { width: 100%; height: 100%; object-fit: contain; position: absolute; inset: 0; }
.owala-card__img--hover { opacity: 0; transition: opacity .2s ease; }
.owala-card__media:hover .owala-card__img--hover,
.owala-card__media:focus-visible .owala-card__img--hover { opacity: 1; }
.owala-badge {
	position: absolute; top: 10px; left: 10px;
	background: var(--ink); color: #fff; border-radius: 999px;
	font-size: 12px; font-weight: 800; padding: 4px 8px;
}
.owala-badge--muted { background: #8a8f96; }
.owala-card__swatches { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; min-height: 28px; margin-top: 8px; }
.owala-dot {
	width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--line);
	background: var(--wash) center/cover no-repeat; padding: 0; cursor: pointer;
}
.owala-dot.is-selected { box-shadow: 0 0 0 2px var(--ink); }
.owala-dot__more { font-size: 12px; font-weight: 700; color: var(--ink-soft); }
.owala-card__title { font-size: 15px; margin: 8px 0 4px; letter-spacing: -0.02em; }
.owala-card__price, .price { font-weight: 700; }
.price del { color: var(--ink-soft); font-weight: 500; margin-right: 6px; }
.price ins { text-decoration: none; }
.owala-card .button { width: 100%; min-height: 42px; margin-top: 8px; border-width: 0; font-size: 14px; }

.woocommerce-pagination { margin: 28px 0 48px; }
.woocommerce-pagination ul { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; }
.woocommerce-pagination a, .woocommerce-pagination span {
	display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center;
	border-radius: 999px; border: 1px solid var(--line);
}


.owala-pdp { display: grid; gap: 20px; min-width: 0; }
.owala-pdp__gallery { min-width: 0; max-width: 100%; }
@media (min-width: 1024px) {
	.owala-pdp { grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 48px; align-items: start; }
	.owala-pdp__info { position: sticky; top: 88px; }
}
.owala-pdp__stage { position: relative; background: var(--wash); border-radius: 16px; }
.owala-pdp__main { width: 100%; aspect-ratio: 1; object-fit: contain; cursor: zoom-in; }
.owala-zoom {
	position: absolute; right: 12px; bottom: 12px;
	min-height: 36px; border-radius: 999px; border: 0; background: #fff; padding: 0 12px; cursor: pointer; font-weight: 700;
}
.owala-pdp__film {
	display: flex; width: 100%; max-width: 100%;
	overflow-x: auto; scroll-snap-type: x mandatory;
	gap: 0; list-style: none; margin: 0; padding: 0;
}
.owala-pdp__film li { flex: 0 0 100%; scroll-snap-align: center; background: var(--wash); }
.owala-pdp__film img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.owala-pdp__thumbs { display: none; list-style: none; margin: 10px 0 0; padding: 0; gap: 8px; }
@media (min-width: 768px) {
	.owala-pdp__film { display: none; }
	.owala-pdp__thumbs { display: flex; flex-wrap: wrap; }
}
@media (max-width: 767px) { .owala-pdp__stage { display: none; } }
.owala-thumb { width: 72px; height: 72px; padding: 0; border-radius: 10px; border: 1px solid transparent; background: var(--wash); cursor: pointer; overflow: hidden; }
.owala-thumb.is-selected { border-color: var(--ink); }
.owala-thumb img { width: 100%; height: 100%; object-fit: contain; }

.owala-pdp__meta { color: var(--ink-soft); font-size: 14px; display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 12px; }
table.variations { width: 100%; border: 0; }
table.variations td, table.variations th { display: block; text-align: left; padding: 0; border: 0; }
table.variations .label { font-weight: 800; margin-top: 8px; }
.owala-native-select {
	position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0);
}
.owala-pills-ui { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 14px; }
.owala-pills-ui button {
	min-height: 44px; min-width: 44px; padding: 0 14px;
	border-radius: 999px; border: 1px solid #d5d5d5; background: #fff; cursor: pointer;
}
.owala-pills-ui button.is-selected { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.owala-pills-ui button.owala-swatch {
	width: 48px; height: 48px; padding: 0; border-radius: 50%;
	background-position: center; background-size: cover; font-size: 0;
}
.single_add_to_cart_button { width: 100%; margin-top: 8px; }
.quantity { display: inline-flex; align-items: center; gap: 6px; margin: 8px 0; }
.quantity .qty {
	width: 64px; min-height: 44px; text-align: center; border-radius: 10px; border: 1px solid var(--line);
	-moz-appearance: textfield; appearance: textfield;
}
.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.ux-quantity__button { display: none; }
.owala-qty { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.owala-pdp.is-chosen .owala-pdp__price { display: none; }
.woocommerce-variation-price .price { font-size: 22px; }
.reset_variations { display: inline-flex; min-height: 44px; align-items: center; }

.owala-fold { border-top: 1px solid var(--line); }
.owala-fold summary,
.owala-filters__group summary,
.owala-footer summary {
	list-style: none;
}
.owala-fold summary::-webkit-details-marker,
.owala-filters__group summary::-webkit-details-marker,
.owala-footer summary::-webkit-details-marker { display: none; }
.owala-fold summary {
	min-height: 52px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	cursor: pointer;
	font-weight: 800;
}
.owala-fold summary::after,
.owala-filters__group summary::after,
.owala-footer summary::after,
.owala-caret::before {
	content: "";
	flex: 0 0 auto;
	width: 9px;
	height: 9px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	transition: transform .15s ease;
}
.owala-fold[open] > summary::after,
.owala-filters__group[open] > summary::after,
.owala-footer details[open] > summary::after,
.owala-caret[aria-expanded="true"]::before { transform: rotate(-135deg); }
.owala-fold__body { padding: 0 0 16px; color: var(--ink-soft); }
.owala-fold__body p { margin: 0 0 10px; }

.related.products { margin: 28px 0 0; }
.related.products > h2 { font-size: 28px; letter-spacing: -0.03em; margin: 0 0 16px; }
@media (max-width: 767px) {
	.related .owala-grid {
		display: flex;
		flex-wrap: nowrap;
		gap: 12px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		scrollbar-width: none;
		padding-bottom: 4px;
	}
	.related .owala-grid::-webkit-scrollbar { display: none; }
	.related .owala-card {
		flex: 0 0 calc(50% - 6px);
		scroll-snap-align: start;
	}
}
.related .row.slider,
.related .flickity-viewport { display: block; height: auto !important; overflow: visible; }
.owala-single { padding-bottom: 20px; }
.owala-catalog { padding-bottom: 24px; }
.tax-product_cat .owala-footer,
.post-type-archive-product .owala-footer { margin-top: 0; }

.owala-sticky-atc { display: none; }
@media (max-width: 767px) {
	.owala-sticky-atc.is-visible {
		display: flex; align-items: center; justify-content: space-between; gap: 12px;
		position: fixed; left: 0; right: 0; bottom: 0; z-index: 35;
		background: #fff; border-top: 1px solid var(--line); padding: 10px 16px;
	}
	.owala-sticky-atc button {
		min-height: 48px; border-radius: 999px; border: 0; background: var(--ink); color: #fff;
		font-weight: 800; padding: 0 18px; flex: 0 0 auto;
	}
}

.owala-prose { padding-bottom: 64px; max-width: 860px; }
.owala-prose .owala-wrap, article.owala-prose.owala-wrap { max-width: 860px; }
.owala-prose p, .owala-fold__body p { font-size: 16px; line-height: 1.7; }
.owala-commerce { padding-bottom: 64px; }
.owala-commerce h1 { font-size: clamp(32px, 4vw, 44px); letter-spacing: -0.04em; }

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table {
	width: 100%; border-collapse: collapse;
}
.woocommerce-cart th, .woocommerce-cart td,
.woocommerce-checkout th, .woocommerce-checkout td {
	text-align: left; padding: 12px 8px; border-bottom: 1px solid var(--line); vertical-align: middle;
}
.woocommerce-cart td.product-thumbnail img { width: 88px; height: 88px; object-fit: contain; background: var(--wash); border-radius: 8px; }
.cart_totals, .woocommerce-checkout-review-order {
	background: var(--wash); border-radius: 16px; padding: 16px; margin-top: 16px;
}
td.actions { text-align: left; }
.coupon { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 0 0 10px; }
.coupon .input-text { flex: 1 1 180px; max-width: 280px; }
td.actions .button { width: auto; margin: 0 8px 8px 0; }
.coupon input.input-text, .woocommerce form .input-text, .woocommerce form select, .woocommerce form textarea {
	width: 100%; max-width: 100%; min-height: 48px; border: 1px solid #d7d7d7; border-radius: 10px; padding: 10px 12px; background: #fff;
}
#coupon_code { max-width: 240px; }
@media (max-width: 767px) {
	.woocommerce-cart table.shop_table thead { display: none; }
	.woocommerce-cart table.shop_table,
	.woocommerce-cart table.shop_table tbody,
	.woocommerce-cart table.shop_table tr,
	.woocommerce-cart table.shop_table td { display: block; width: 100%; }
	.woocommerce-cart td.product-thumbnail { width: 88px; }
	#coupon_code { max-width: 100%; }
}

.woocommerce-checkout .col2-set { display: grid; gap: 24px; }
@media (min-width: 1024px) {
	form.checkout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .8fr); gap: 32px; align-items: start; }
	.woocommerce-checkout .col2-set, #order_review_heading, #order_review { grid-column: auto; }
	#order_review_heading, #order_review { grid-column: 2; }
	.woocommerce-checkout .col2-set { grid-column: 1; grid-row: 1 / span 3; }
}
.wc_payment_methods { list-style: none; padding: 0; }
.woocommerce-info, .woocommerce-message, .woocommerce-error {
	background: var(--wash); border-radius: 12px; padding: 12px 16px; list-style: none;
}
.woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.woocommerce-MyAccount-navigation a { display: inline-flex; min-height: 40px; align-items: center; padding: 0 12px; border-radius: 999px; background: var(--pill); }

.owala-form p { display: grid; gap: 6px; }
.owala-form input, .owala-form textarea {
	width: 100%; min-height: 48px; border: 1px solid #d7d7d7; border-radius: 10px; padding: 10px 12px;
}
.owala-hp { position: absolute; left: -9999px; }
.owala-note { background: #eef8ef; border-radius: 12px; padding: 12px; }
.owala-note--bad { background: #fdecec; }
.owala-color-list { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr; gap: 8px; }
@media (min-width: 700px) { .owala-color-list { grid-template-columns: 1fr 1fr; } }
.owala-color-list a {
	display: flex; justify-content: space-between; align-items: center;
	min-height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px;
}

.owala-footer { background: #f7f7f7; color: var(--ink); padding: 8px 0 24px; margin-top: 12px; }
.owala-footer__grid { display: grid; gap: 0; }
@media (min-width: 1024px) { .owala-footer__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; align-items: start; } }
.owala-footer details { border-bottom: 1px solid var(--line); }
.owala-footer summary {
	min-height: 52px; display: flex; align-items: center; justify-content: space-between;
	gap: 12px; cursor: pointer; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; font-size: 14px;
}
.owala-footer .owala-acc__panel { margin: 0 0 12px; }
.owala-footer li { margin: 0; }
.owala-footer a { display: flex; align-items: center; min-height: 40px; font-size: 15px; font-weight: 500; }
.owala-footer__base {
	display: flex; flex-wrap: wrap; gap: 8px 18px;
	border-top: 1px solid var(--line); margin-top: 8px; padding-top: 14px;
	font-size: 13px; color: var(--ink-soft);
}
@media (min-width: 1024px) {
	.owala-footer details { border-bottom: 0; }
	.owala-footer summary { pointer-events: none; min-height: 0; margin-bottom: 8px; }
	.owala-footer summary::after { display: none; }
}

.owala-quick h2 { margin-top: 0; }
dialog.owala-dialog--quick {
	width: min(520px, calc(100vw - 24px));
	border-radius: 16px;
	padding: 20px;
	border: 0;
}
dialog.owala-dialog--quick::backdrop { background: rgba(17,17,17,.45); }

@media (prefers-reduced-motion: reduce) {
	.owala-slider__track { scroll-behavior: auto; }
	.owala-card__img--hover { transition: none; }
}
