/* Storefront. Independent of the previous theme. */

:root {
	--ink: #2d3640;
	--price: #4b4c4e;
	--muted: #62788a;
	--line: #c5d0d9;
	--soft: #f3f6f8;
	--paper: #ffffff;
	--max: 1180px;
	--header: 72px;
}

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

html,
body {
	margin: 0;
	padding: 0;
}

body.owala-store {
	font-family: Manrope, "Segoe UI", sans-serif;
	color: var(--ink);
	background: var(--paper);
	font-size: 16px;
	line-height: 1.5;
	overflow-x: clip;
}

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

a {
	color: inherit;
}

button,
input,
select,
textarea {
	font: inherit;
}

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

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

.owala-announce {
	background: var(--ink);
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	padding: 8px 16px;
}

.owala-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
}

.owala-header__bar {
	width: min(var(--max), calc(100% - 7vw));
	min-height: 64px;
	margin-inline: auto;
	display: flex;
	align-items: center;
	gap: 12px;
}

.owala-logo {
	display: flex;
	align-items: center;
	text-decoration: none;
	margin-right: auto;
	color: var(--ink);
}

.owala-logo__img {
	height: 28px;
	width: auto;
}

.owala-logo__text {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.owala-nav--desktop {
	display: none;
}

.owala-nav__list,
.owala-nav__sub,
.owala-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.owala-nav__list {
	display: flex;
	gap: 4px;
	align-items: center;
}

.owala-nav__item {
	position: relative;
}

.owala-nav__item > a,
.owala-nav__details > summary {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 12px;
	color: var(--ink);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.owala-nav__sub {
	display: none;
	position: absolute;
	top: calc(100% - 4px);
	left: 0;
	min-width: 240px;
	padding: 10px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	box-shadow: 0 12px 30px rgba(45, 54, 64, 0.08);
}

.owala-nav__item:hover > .owala-nav__sub,
.owala-nav__item:focus-within > .owala-nav__sub {
	display: block;
}

.owala-nav__sub a {
	display: block;
	padding: 10px 12px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 600;
}

.owala-nav__sub a:hover {
	background: var(--soft);
}

.owala-header__tools {
	display: flex;
	align-items: center;
	gap: 2px;
}

.owala-icon-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ink);
	text-decoration: none;
}

.owala-header__menu span[aria-hidden] {
	display: block;
	width: 18px;
	height: 2px;
	margin: 3px 0;
	background: currentColor;
}

.owala-cart-count {
	position: absolute;
	top: 4px;
	right: 2px;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border-radius: 99px;
	background: var(--ink);
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
}

.owala-search {
	border-top: 1px solid #e7e7e7;
	padding: 12px 0 16px;
	background: #fff;
}

.owala-search .owala-header__bar {
	min-height: 0;
}

.owala-search input[type="search"] {
	flex: 1;
	min-height: 48px;
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 0 14px;
}

.owala-nav--mobile {
	position: fixed;
	z-index: 60;
	inset: 64px 0 0 0;
	overflow: auto;
	background: #fff;
	padding: 8px 8px 40px;
}

.owala-nav--mobile .owala-nav__list {
	display: block;
}

.owala-nav--mobile .owala-nav__sub {
	display: block;
	position: static;
	border: 0;
	box-shadow: none;
	padding: 0 0 8px 12px;
}

.owala-nav__details summary {
	list-style: none;
}

.owala-nav__details summary::-webkit-details-marker {
	display: none;
}

.owala-button,
.single_add_to_cart_button,
.checkout-button,
button[name="update_cart"],
.owala-card__action .button,
.owala-search button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 22px;
	border-radius: 50px;
	border: 3px solid #4b4c4e;
	background: #4b4c4e;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.owala-button--ghost {
	background: #fff;
	color: var(--ink);
}

.owala-card__action .button {
	min-height: 0;
	min-width: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--ink);
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
	outline: 2px solid var(--ink);
	outline-offset: 2px;
}

.owala-slider {
	position: relative;
	background: #f3f6f8;
}

.owala-slide {
	display: none;
}

.owala-slide.is-active {
	display: block;
}

.owala-slide img {
	width: 100%;
	height: auto;
	display: block;
}

.owala-slider__btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.86);
	color: #2d3640;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.owala-slider__btn--prev { left: 12px; }
.owala-slider__btn--next { right: 12px; }

.owala-photo-row ul,
.owala-scene-row ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.owala-photo-row {
	padding: 28px 0 8px;
}

.owala-photo-row img,
.owala-scene-row img {
	width: 100%;
	height: auto;
	display: block;
}

.owala-scene-row {
	padding: 8px 0 12px;
}

.owala-hero {
	background: #f3f6f8;
}

.owala-hero__grid {
	width: min(var(--max), calc(100% - 32px));
	margin: 0 auto;
	display: grid;
	gap: 8px;
	align-items: center;
	min-height: 0;
	padding: 28px 0 36px;
}

.owala-hero__copy h1 {
	margin: 0 0 8px;
	font-size: clamp(40px, 6vw, 68px);
	line-height: 0.95;
	font-weight: 800;
	letter-spacing: -0.04em;
	color: var(--ink);
}

.owala-kicker {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--muted);
}

.owala-hero__price,
.owala-hero__price .amount {
	color: var(--price);
	font-size: 22px;
	font-weight: 700;
}

.owala-hero__price del,
.owala-hero__price del .amount {
	color: var(--muted);
	font-size: 16px;
	font-weight: 500;
	margin-right: 8px;
}

.owala-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.owala-hero__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 280px;
	text-decoration: none;
}

.owala-hero__img {
	width: min(100%, 520px);
	height: auto;
	max-height: 560px;
	object-fit: contain;
}

.owala-section {
	padding: 56px 0;
}

.owala-section__head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 12px;
	margin-bottom: 16px;
}

.owala-section h2,
.owala-catalog__head h1,
.product_title {
	margin: 0;
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1.05;
	font-weight: 800;
	color: var(--ink);
}

.owala-section__head a {
	font-weight: 700;
	text-decoration: none;
}

.owala-tiles {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.owala-tiles a {
	display: block;
	color: var(--ink);
	text-decoration: none;
}

.owala-tiles__media {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	border-radius: 18px;
	background: #f3f6f8;
	overflow: hidden;
}

.owala-tiles img {
	width: 78%;
	height: 78%;
	object-fit: contain;
	display: block;
}

.owala-tiles__name {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 700;
	color: var(--ink);
	text-shadow: none;
}

.owala-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 12px;
}

.owala-card__media {
	position: relative;
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 12px;
	background: var(--soft);
}

.owala-card__img {
	width: 86%;
	height: 86%;
	margin: 7%;
	object-fit: contain;
	display: block;
}

.owala-card__img--hover {
	position: absolute;
	inset: 7%;
	width: 86%;
	height: 86%;
	margin: 0;
	opacity: 0;
}

.owala-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 4px 10px;
	border-radius: 99px;
	background: var(--ink);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.owala-badge--muted {
	background: #fff;
	color: var(--price);
}

.owala-card__body {
	padding-top: 10px;
}

.owala-card__meta {
	margin: 0 0 4px;
	color: var(--muted);
	font-size: 13px;
	font-weight: 600;
}

.owala-card__title {
	margin: 0 0 4px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
}

.owala-card__title a {
	text-decoration: none;
}

.owala-card__price,
.price,
.woocommerce-Price-amount {
	color: var(--price);
	font-weight: 700;
}

.price del,
.price del .amount {
	color: var(--muted);
	font-weight: 500;
	margin-right: 6px;
}

.owala-card__action {
	margin-top: 8px;
}

.owala-card__action .button {
	width: 100%;
	min-width: 0;
}

.owala-catalog {
	padding: 18px 0 48px;
}

.owala-catalog__head h1 {
	margin-bottom: 8px;
}

.term-description {
	color: var(--price);
	max-width: 62ch;
}

.owala-shopbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin: 18px 0 12px;
}

.woocommerce-result-count {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
}

.woocommerce-ordering select {
	min-height: 44px;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: #fff;
	padding: 0 12px;
}

.owala-filters {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding-bottom: 8px;
	margin-bottom: 16px;
}

.owala-filters__group {
	flex: 0 0 auto;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: #fff;
	min-width: 148px;
}

.owala-filters__group summary {
	min-height: 44px;
	padding: 10px 14px;
	font-weight: 700;
	cursor: pointer;
}

.owala-filters__group ul {
	list-style: none;
	margin: 0;
	padding: 0 8px 8px;
	max-height: 220px;
	overflow: auto;
}

.owala-filters__group a {
	display: block;
	padding: 7px 8px;
	border-radius: 8px;
	text-decoration: none;
	font-size: 14px;
}

.owala-filters__group a.is-active {
	background: var(--ink);
	color: #fff;
}

.owala-more {
	display: flex;
	justify-content: center;
	margin: 28px 0 0;
}

.owala-crumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	color: var(--muted);
	font-size: 13px;
	margin: 0 0 14px;
}

.owala-crumbs a {
	color: var(--ink);
	text-decoration: none;
}

.owala-pdp {
	display: grid;
	gap: 24px;
	padding-bottom: 28px;
}

.owala-pdp__stage {
	background: var(--soft);
	border-radius: 16px;
	overflow: hidden;
	aspect-ratio: 1;
}

.owala-pdp__main {
	width: 86%;
	height: 86%;
	margin: 7%;
	object-fit: contain;
	display: block;
}

.owala-pdp__thumbs {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

.owala-thumb {
	width: 72px;
	height: 72px;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 10px;
	overflow: hidden;
	background: var(--soft);
	cursor: pointer;
}

.owala-thumb.is-selected {
	border-color: var(--ink);
}

.owala-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product_title {
	font-size: clamp(32px, 5vw, 48px);
	line-height: 1;
	font-weight: 800;
	margin: 0 0 8px;
}

.owala-pdp__price .price,
.woocommerce-variation-price .price {
	font-size: 28px;
	font-weight: 700;
	color: var(--price);
}

.owala-pdp__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin: 8px 0 16px;
	color: var(--muted);
	font-size: 14px;
}

.variations {
	width: 100%;
	border: 0;
	margin: 0 0 8px;
}

.variations th {
	display: block;
	text-align: left;
	font-size: 14px;
	padding: 8px 0 0;
}

.variations td {
	display: block;
	position: relative;
	padding: 0;
}

.owala-native-select {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.owala-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 8px 0 12px;
}

.owala-pills button {
	min-height: 44px;
	padding: 0 14px;
	border-radius: 999px;
	border: 2px solid #4c4d4f;
	background: #fff;
	color: var(--ink);
	font-weight: 700;
	cursor: pointer;
}

.owala-pills button.is-selected {
	background: var(--ink);
	border-color: var(--ink);
	color: #fff;
}

.quantity .qty {
	width: 72px;
	min-height: 50px;
	border: 1px solid var(--line);
	border-radius: 12px;
	text-align: center;
}

.owala-fold {
	border-top: 1px solid var(--line);
	padding: 4px 0;
}

.owala-fold summary {
	min-height: 52px;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	list-style: none;
}

.owala-fold summary::-webkit-details-marker {
	display: none;
}

.owala-fold__body {
	color: var(--price);
	padding-bottom: 12px;
}

.owala-fold__body table {
	width: 100%;
	border-collapse: collapse;
}

.owala-fold__body th,
.owala-fold__body td {
	text-align: left;
	padding: 8px 0;
	border-bottom: 1px solid var(--line);
	font-weight: 500;
}

.related.products {
	padding: 12px 0 36px;
}

.related.products > h2 {
	font-size: 28px;
	font-weight: 800;
	margin: 0 0 16px;
}

.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account {
	padding: 12px 0 48px;
}

.woocommerce-cart-form,
.cart-collaterals,
.woocommerce-checkout .col2-set,
#order_review,
.woocommerce-form-login,
.woocommerce-form-coupon {
	max-width: var(--max);
	margin-inline: auto;
}

.shop_table {
	width: 100%;
	border-collapse: collapse;
}

.shop_table th,
.shop_table td {
	padding: 14px 8px;
	border-bottom: 1px solid var(--line);
	text-align: left;
	vertical-align: middle;
}

.shop_table img {
	width: 88px;
	height: 88px;
	object-fit: cover;
	border-radius: 10px;
	background: var(--soft);
}

.cart-collaterals,
#order_review {
	background: var(--soft);
	border-radius: 18px;
	padding: 18px;
	margin-top: 18px;
}

.woocommerce form .form-row {
	margin: 0 0 14px;
}

.woocommerce form .form-row label {
	display: block;
	font-weight: 700;
	margin-bottom: 6px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.coupon input.input-text {
	width: 100%;
	min-height: 48px;
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 8px 12px;
	background: #fff;
}

.woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	max-width: var(--max);
	margin: 12px auto;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	list-style: none;
	padding: 12px 14px;
	border-radius: 12px;
	background: var(--soft);
}

.owala-prose {
	padding: 28px 0 48px;
	max-width: 760px;
}

.owala-prose h1 {
	font-size: clamp(32px, 5vw, 48px);
	line-height: 1.1;
	font-weight: 600;
	margin: 0 0 18px;
}

.owala-prose h2 {
	font-size: 22px;
	line-height: 1.3;
	font-weight: 600;
	margin: 28px 0 8px;
}

.owala-prose p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	color: var(--price);
	margin: 0 0 14px;
}

.owala-footer {
	margin-top: 28px;
	padding: 36px 0 20px;
	background: var(--soft);
}

.owala-footer__grid {
	display: grid;
	gap: 28px;
}

.owala-footer h2,
.owala-footer__name {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 800;
}

.owala-footer a {
	text-decoration: none;
}

.owala-footer__links a,
.owala-footer .owala-nav__item > a,
.owala-footer .owala-nav__sub a {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	padding: 0;
	font-weight: 500;
}

.owala-footer .owala-nav__sub {
	display: block;
	position: static;
	border: 0;
	box-shadow: none;
	padding: 0 0 8px;
	min-width: 0;
}

.owala-footer__base {
	width: min(var(--max), calc(100% - 32px));
	margin: 18px auto 0;
	color: var(--muted);
	font-size: 13px;
}

@media (hover: hover) and (pointer: fine) {
	.owala-card:hover .owala-card__img--hover {
		opacity: 1;
	}

	.owala-card__action {
		opacity: 0;
	}

	.owala-card:hover .owala-card__action,
	.owala-card:focus-within .owala-card__action {
		opacity: 1;
	}
}

@media (min-width: 768px) {
	.owala-header__bar {
		min-height: var(--header);
	}

	.owala-header__menu {
		display: none;
	}

	.owala-nav--desktop {
		display: block;
	}

	.owala-hero__grid {
		grid-template-columns: 1fr 1fr;
		min-height: 520px;
		padding: 48px 0;
	}

	.owala-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 36px 20px;
	}

	.owala-tiles {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.owala-pdp {
		grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
		gap: 40px;
		align-items: start;
	}

	form.woocommerce-checkout {
		display: grid;
		grid-template-columns: 1.15fr 0.85fr;
		gap: 28px;
		align-items: start;
	}

	form.woocommerce-checkout .col2-set,
	form.woocommerce-checkout #order_review_heading,
	form.woocommerce-checkout #order_review {
		max-width: none;
	}

	form.woocommerce-checkout #order_review,
	form.woocommerce-checkout #order_review_heading {
		grid-column: 2;
	}

	form.woocommerce-checkout #order_review_heading {
		grid-row: 1;
	}

	form.woocommerce-checkout #order_review {
		grid-row: 2;
	}

	.woocommerce-checkout #order_review_heading {
		margin-bottom: 0;
	}
}

@media (min-width: 1024px) {
	.owala-header__bar {
		display: grid;
		grid-template-columns: 180px 1fr auto;
		width: min(1440px, calc(100% - 7vw));
	}

	.owala-logo {
		margin-right: 0;
	}

	.owala-nav--desktop {
		justify-self: center;
	}

	.owala-grid,
	.owala-tiles,
	.owala-photo-row ul,
	.owala-scene-row ul {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.owala-footer__grid {
		grid-template-columns: 1.3fr 1fr 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.shop_table thead {
		display: none;
	}

	.shop_table,
	.shop_table tbody,
	.shop_table tr,
	.shop_table td {
		display: block;
		width: 100%;
	}

	.shop_table tr {
		padding: 12px 0;
		border-bottom: 1px solid var(--line);
	}

	.single_add_to_cart_button,
	.checkout-button {
		width: 100%;
	}

	.owala-hero__grid {
		padding-top: 12px;
	}
}
