/*
Theme Name: Manduka Sell Store
Theme URI: https://example.invalid/manduka-sell-store
Author: Store Site Importer
Description: A classic WooCommerce and Elementor-compatible storefront theme reconstructed from the supplied Manduka reference.
Version: 1.2.0
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 7.4
Text Domain: manduka-sell-store
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--manduka-bg: #fff;
	--manduka-ink: #334155;
	--manduka-heading: #1e293b;
	--manduka-marketing-heading: #011f31;
	--manduka-black: #000;
	--manduka-primary: #046bd2;
	--manduka-primary-hover: #045cb4;
	--manduka-input-ink: #475569;
	--manduka-border: #d1d5db;
	--manduka-muted: #777;
	--manduka-caption: #7a7a7a;
	--manduka-footer-bottom: #231e20;
	--manduka-shell: 1200px;
	--manduka-gutter: 20px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	min-width: 320px;
	background: var(--manduka-bg);
	color: var(--manduka-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	overflow-wrap: anywhere;
}
body.manduka-menu-open,
body.manduka-cart-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--manduka-primary); text-decoration: none; transition: color .2s linear, background-color .2s linear; }
a:hover { color: var(--manduka-primary-hover); }
button, input, select, textarea { color: var(--manduka-input-ink); font: inherit; }
button, input[type="button"], input[type="submit"], .button, .wp-element-button {
	border: 0;
	border-radius: 4px;
	cursor: pointer;
}
:focus-visible { outline: 2px solid var(--manduka-primary); outline-offset: 3px; }
.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;
}
.screen-reader-text:focus {
	clip: auto !important;
	clip-path: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 12px 18px;
	background: #fff;
	color: #000;
	z-index: 100000;
}
.skip-link:focus { left: 12px; top: 12px; }

/* Header */
.manduka-site-header { position: relative; z-index: 99; background: #fff; }
.manduka-announcement {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	padding: 0 20px;
	background: #000;
	color: #fff;
	font-size: 15px;
	line-height: 24.75px;
	text-align: center;
}
.manduka-header-bar {
	position: relative;
	display: grid;
	grid-template-columns: 154px minmax(0, 1fr) auto;
	align-items: center;
	height: 69.281px;
	padding: 0 35px;
	background: #fff;
}
.manduka-brand { width: 154px; line-height: 0; }
.manduka-brand img, .manduka-brand .custom-logo { width: 154px; max-height: 40px; object-fit: contain; }
.manduka-icon-button.manduka-menu-toggle { display: none; }
.manduka-primary-navigation { align-self: stretch; min-width: 0; margin-left: 17px; }
.manduka-menu, .manduka-menu .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.manduka-menu { display: flex; align-items: stretch; height: 100%; }
.manduka-menu > li {
	position: relative;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.manduka-menu > li > a {
	display: flex;
	align-items: center;
	height: 69.281px;
	padding: 0 5px 0 13px;
	color: #000;
	font-size: clamp(12px, 1.05vw, 16px);
	font-weight: 500;
	line-height: 30px;
}
.manduka-submenu-toggle {
	display: grid;
	place-items: center;
	width: 22px;
	height: 34px;
	padding: 0;
	background: transparent;
	color: #000;
}
.manduka-submenu-toggle svg { width: 14px; fill: none; stroke: currentColor; stroke-width: 1.7; transition: transform .2s linear; }
.manduka-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: -15984px;
	width: 230px;
	visibility: hidden;
	background: #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
	white-space: normal;
	z-index: 20;
}
.manduka-menu .sub-menu li { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 34px; align-items: center; }
.manduka-menu .sub-menu a { display: block; padding: 10px 14px; color: #000; font-size: 14px; line-height: 1.35; }
.manduka-menu .sub-menu .sub-menu { top: 0; }
.manduka-menu li:hover > .sub-menu,
.manduka-menu li:focus-within > .sub-menu,
.manduka-menu li.is-submenu-open > .sub-menu { left: 0; visibility: visible; }
.manduka-menu .sub-menu li:hover > .sub-menu,
.manduka-menu .sub-menu li:focus-within > .sub-menu,
.manduka-menu .sub-menu li.is-submenu-open > .sub-menu { left: 100%; }
.manduka-menu li.is-submenu-open > .manduka-submenu-toggle svg { transform: rotate(180deg); }
.manduka-header-actions { display: flex; align-items: center; gap: 2px; }
.manduka-icon-button {
	position: relative;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	padding: 9px;
	background: transparent;
	color: #000;
}
.manduka-icon-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.manduka-cart-count {
	position: absolute;
	top: 1px;
	right: 0;
	display: grid;
	place-items: center;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	border-radius: 20px;
	background: #000;
	color: #fff;
	font-size: 10px;
	line-height: 1;
}
.manduka-search-panel {
	position: absolute;
	top: 13px;
	right: 116px;
	z-index: 25;
	width: 235px;
	background: #fff;
}
.manduka-search-panel[hidden] { display: none; }
.manduka-search-form { position: relative; margin: 0; }
.manduka-search-form input {
	width: 235px;
	height: 40px;
	padding: 8px 40px 8px 12px;
	border: 1px solid var(--manduka-border);
	border-radius: 0;
	background: #fff;
	font-size: 14px;
}
.manduka-search-form input:focus { border: 1px dotted var(--manduka-primary); outline: 0; }
.manduka-search-submit { position: absolute; top: 0; right: 0; width: 40px; height: 40px; padding: 10px; background: transparent; }
.manduka-search-submit svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; }

/* Mini cart */
.manduka-drawer-backdrop { position: fixed; inset: 0; z-index: 998; background: rgba(0, 0, 0, .42); }
.manduka-drawer-backdrop[hidden] { display: none; }
.manduka-mini-cart {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	width: min(420px, 100vw);
	height: 100dvh;
	padding: 24px;
	background: #fff;
	box-shadow: -8px 0 30px rgba(0, 0, 0, .15);
	overflow-y: auto;
	transform: translateX(105%);
	visibility: hidden;
	transition: transform .25s ease, visibility .25s;
}
.manduka-mini-cart.is-open { transform: translateX(0); visibility: visible; }
.manduka-mini-cart__header { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--manduka-border); }
.manduka-mini-cart__header h2 { margin: 0; color: var(--manduka-heading); font-size: 24px; }
.manduka-mini-cart .woocommerce-mini-cart { margin: 24px 0; padding: 0; list-style: none; }
.manduka-mini-cart .woocommerce-mini-cart-item { position: relative; min-height: 82px; margin: 0 0 16px; padding: 0 24px 16px 82px; border-bottom: 1px solid #eee; }
.manduka-mini-cart .woocommerce-mini-cart-item img { position: absolute; left: 0; width: 70px; height: 70px; object-fit: cover; }
.manduka-mini-cart .remove { position: absolute; top: 0; right: 0; }
.manduka-mini-cart .woocommerce-mini-cart__buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

/* Footer */
.manduka-footer-primary {
	min-height: 349px;
	padding: 45px 20px;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.manduka-footer-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	width: min(100%, var(--manduka-shell));
	margin: 0 auto;
}
.manduka-footer-brand > a { display: inline-block; }
.manduka-footer-brand > a img { width: 116px; height: auto; }
.manduka-footer-column h2 { margin: 0 0 16px; color: #fff; font-size: 18px; font-weight: 600; line-height: 1.2; }
.manduka-footer-menu, .manduka-social-menu, .manduka-footer-legal-menu { margin: 0; padding: 0; list-style: none; }
.manduka-footer-menu li { margin: 0 0 14px; }
.manduka-footer-menu a, .manduka-footer-primary a { color: #fff; font-size: 16px; line-height: 1.65; }
.manduka-social-icons, .manduka-social-menu { display: flex; gap: 8px; margin-top: 14px; }
.manduka-social-icons a, .manduka-social-icons span, .manduka-social-menu a { display: grid; place-items: center; width: 22px; height: 22px; color: #fff; }
.manduka-social-icons svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.manduka-social-icons svg .fill { fill: currentColor; stroke: none; }
.manduka-social-icons svg .fill-dark { fill: var(--manduka-footer-bottom); stroke: none; }
.manduka-footer-bottom { min-height: 66px; padding: 20px; background: var(--manduka-footer-bottom); color: #fff; }
.manduka-footer-bottom__inner { display: flex; justify-content: center; align-items: center; gap: 20px; width: min(100%, var(--manduka-shell)); margin: 0 auto; font-size: 14px; line-height: 26px; }
.manduka-footer-legal-menu { display: flex; gap: 20px; }
.manduka-footer-legal-menu a { color: #fff; }

/* Homepage: native and Elementor-valid variants */
.manduka-home-main { width: 100%; overflow: clip; }
.manduka-native-hero, .manduka-native-studio { display: block; width: 100%; line-height: 0; }
.manduka-native-hero img, .manduka-native-studio img { width: 100%; object-fit: fill; }
.manduka-native-products, .manduka-native-section, .manduka-native-studio { margin-top: 30px; }
.manduka-product-rail { width: 100%; padding: 10px 20px 0; overflow: hidden; }
.manduka-product-rail__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 40px) / 5);
	column-gap: 10px;
	width: 100%;
	padding: 0;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	touch-action: pan-y pinch-zoom;
	cursor: grab;
	user-select: none;
}
.manduka-product-rail__track::-webkit-scrollbar { display: none; }
.manduka-product-rail__track:active { cursor: grabbing; }
.manduka-product-rail__card { position: relative; min-width: 0; min-height: 423px; scroll-snap-align: start; text-align: center; }
.manduka-product-rail__image { position: relative; display: block; width: calc(100% - 20px); margin: 0 10px 10px; overflow: hidden; border-radius: 10px 10px 0 0; background: #f1f1f1; aspect-ratio: 258 / 300; }
.manduka-product-rail__image img { width: 100%; height: 100%; object-fit: cover; }
.manduka-product-rail__card .onsale, .woocommerce span.onsale {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 3;
	min-width: 0;
	min-height: 0;
	padding: 5.568px 11.136px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
	color: var(--manduka-ink);
	font-size: 13.92px;
	font-weight: 400;
	line-height: 1.2;
}
.manduka-product-rail__card h3 { margin: 0 auto 7px; padding: 0 8px; color: var(--manduka-heading); font-size: 18px; font-weight: 500; line-height: 1.2; }
.manduka-product-rail__card h3 a { color: inherit; }
.manduka-product-rail__card .price { color: var(--manduka-ink); font-size: 14px; font-weight: 700; line-height: 1.3; }
.manduka-product-rail__card .price del { margin-right: 4px; opacity: .8; font-weight: 400; }
.manduka-product-rail__card .price ins { text-decoration: none; }
.manduka-product-rail__card > .button { position: absolute; left: 50%; bottom: 90px; opacity: 0; pointer-events: none; transform: translateX(-50%); white-space: nowrap; }
.manduka-product-rail__card:hover > .button, .manduka-product-rail__card:focus-within > .button { opacity: 1; pointer-events: auto; }
.manduka-native-section { padding: 0 20px; text-align: center; }
.manduka-native-section h2,
.manduka-elementor-home .manduka-home-explore .elementor-heading-title,
.manduka-elementor-home .manduka-home-editorial .elementor-heading-title { margin: 0; color: var(--manduka-marketing-heading); font-family: Roboto, sans-serif; font-size: 25px; font-weight: 400; line-height: 1.3; text-align: center; }
.manduka-elementor-home .manduka-home-explore .elementor-heading-title,
.manduka-elementor-home .manduka-home-editorial .elementor-heading-title,
.manduka-content-shell .manduka-elementor-interface .elementor-heading-title,
.manduka-commerce-shell .manduka-elementor-interface .elementor-heading-title {
	color: var(--manduka-marketing-heading) !important;
}
.manduka-native-explore h2, .manduka-elementor-home .manduka-home-explore .elementor-heading-title { font-size: 30px; }
.manduka-native-section > p { margin: 10px 0 0; color: var(--manduka-marketing-heading); font-family: Roboto, sans-serif; font-size: 14px; line-height: 1.65; }
.manduka-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; width: 100%; }
.manduka-category-grid a { color: var(--manduka-caption); }
.manduka-category-grid figure { margin: 0; }
.manduka-category-grid img { width: 100%; aspect-ratio: 306 / 372; object-fit: fill; }
.manduka-category-grid figcaption, .manduka-category-grid .widget-image-caption { margin: 12.92px 0; color: var(--manduka-caption); font-family: Roboto, sans-serif; font-size: 16px; line-height: 26.4px; }
.manduka-native-editorial { padding: 0; }
.manduka-carousel { position: relative; width: 100%; }
.manduka-carousel__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 30px) / 4);
	gap: 10px;
	width: calc(100% - 100px);
	margin: 16px auto 0;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}
.manduka-carousel__track::-webkit-scrollbar { display: none; }
.manduka-carousel__slide { display: block; min-width: 0; scroll-snap-align: start; overflow: hidden; border-radius: 12px; }
.manduka-carousel__slide img { width: 100%; aspect-ratio: 719 / 888; object-fit: cover; }
.manduka-carousel__button { position: absolute; top: 50%; z-index: 3; display: grid; place-items: center; width: 40px; height: 48px; padding: 9px; background: transparent; color: var(--manduka-heading); transform: translateY(-50%); }
.manduka-carousel__button.is-prev { left: 5px; }
.manduka-carousel__button.is-next { right: 5px; }
.manduka-carousel__button svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.manduka-carousel__button:disabled { opacity: .28; cursor: default; }

.manduka-elementor-home .elementor { width: 100%; }
.manduka-elementor-home .manduka-home-hero,
.manduka-elementor-home .manduka-home-products,
.manduka-elementor-home .manduka-home-explore,
.manduka-elementor-home .manduka-home-editorial,
.manduka-elementor-home .manduka-home-studio { width: 100%; max-width: none; padding: 0; gap: 0; }
.manduka-elementor-home .manduka-home-products,
.manduka-elementor-home .manduka-home-explore,
.manduka-elementor-home .manduka-home-editorial,
.manduka-elementor-home .manduka-home-studio { margin-top: 30px; }
.manduka-home-hero .elementor-widget-image, .manduka-home-hero .elementor-widget-container, .manduka-home-hero a,
.manduka-home-studio .elementor-widget-image, .manduka-home-studio .elementor-widget-container, .manduka-home-studio a { display: block; width: 100%; line-height: 0; }
.manduka-home-hero img, .manduka-home-studio img { width: 100%; object-fit: fill; }
.manduka-home-explore > .elementor-element:first-child { margin-bottom: 0; text-align: center; }
.manduka-home-explore .manduka-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; padding: 0 20px; }
.manduka-home-explore .manduka-category-grid > .elementor-element { min-width: 0; }
.manduka-home-explore .elementor-widget-image a, .manduka-home-explore .elementor-widget-image img { display: block; width: 100%; }
.manduka-home-explore .elementor-widget-image img { aspect-ratio: 306 / 372; object-fit: fill; }
.manduka-home-editorial { text-align: center; }
.manduka-home-editorial > .elementor-element { width: 100%; }
.manduka-elementor-home .manduka-home-editorial .elementor-widget-image-carousel.e-widget-swiper { width: calc(100% - 100px); margin: 16px auto 0; }
.manduka-home-editorial .swiper-slide img { width: 100%; aspect-ratio: 719 / 888; object-fit: cover; border-radius: 12px; }
.manduka-home-inspired > .elementor-element:nth-child(2) .elementor-heading-title { margin-top: 14px; font-size: 14px; }

/* Elementor Free interface bridge */
.manduka-elementor-interface,
.manduka-elementor-interface > .elementor,
.manduka-elementor-interface .elementor-section-wrap,
.manduka-elementor-interface .elementor-widget,
.manduka-live-region,
.manduka-live-region__inner { min-width: 0; max-width: 100%; }
.manduka-elementor-interface--header,
.manduka-elementor-interface--footer,
.manduka-elementor-interface--header > .elementor,
.manduka-elementor-interface--footer > .elementor { width: 100%; }
.manduka-elementor-interface--header .manduka-interface-header,
.manduka-elementor-interface--footer .manduka-interface-footer,
.manduka-interface-header .manduka-live-region__inner,
.manduka-interface-footer .manduka-live-region__inner { width: 100%; padding: 0; }
.manduka-interface-content,
.manduka-interface-catalog,
.manduka-interface-product-top,
.manduka-interface-product-after {
	width: min(100%, var(--manduka-shell));
	max-width: var(--manduka-shell);
	margin-right: auto;
	margin-left: auto;
}
.manduka-commerce-shell > .manduka-elementor-interface,
.manduka-content-shell > .manduka-elementor-interface { width: 100%; }
.single-product div.product > .manduka-elementor-interface--single-product { grid-column: 1 / -1; width: 100%; }
.manduka-interface-product-top,
.manduka-interface-product-top > .e-con-inner {
	display: grid !important;
	grid-template-columns: minmax(0, 600px) minmax(0, 552px);
	column-gap: 48px;
	align-items: start;
}
.manduka-interface-product-top > .e-con-inner { grid-column: 1 / -1; width: 100%; }
.manduka-interface-product-gallery { grid-column: 1; }
.manduka-interface-product-summary { grid-column: 2; }
.manduka-interface-product-gallery,
.manduka-interface-product-summary,
.manduka-interface-product-gallery .elementor-widget-container,
.manduka-interface-product-summary .elementor-widget-container { width: 100%; min-width: 0; }
.manduka-interface-product-after { margin-top: 48px; }
.manduka-live-region--product-gallery .woocommerce-product-gallery,
.manduka-live-region--product-summary .summary { width: 100% !important; margin: 0 !important; float: none !important; }
.manduka-live-region--archive-loop .woocommerce-result-count { float: left; }
.manduka-live-region--archive-loop .woocommerce-ordering { float: right; }
.manduka-live-region--archive-loop ul.products { clear: both; }
.manduka-interface-sample-gallery > img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.manduka-interface-sample-gallery > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 16px; }
.manduka-interface-sample-gallery span { aspect-ratio: 1; background: #eef0f2; }
.manduka-interface-sample-summary { display: grid; gap: 14px; }
.manduka-interface-sample-summary .product_title { margin: 0; color: var(--manduka-heading); font-size: 20px; line-height: 1.2; }
.manduka-interface-sample-summary .price { margin: 0; font-size: 24px; font-weight: 700; }
.manduka-interface-sample-summary label { display: grid; gap: 5px; }
.manduka-interface-sample-summary select { width: 100%; min-height: 46px; padding: 8px; border: 1px solid var(--manduka-border); }
.manduka-interface-sample-summary .button { justify-self: start; padding: 15px 30px; background: var(--manduka-primary); color: #fff; }
.manduka-interface-sample-products { clear: both; }
.manduka-interface-preview-shell { width: 100%; min-height: 60vh; }
.manduka-interface-page-title .elementor-heading-title { margin: 0 0 32px; color: var(--manduka-heading); font-size: 36px; font-weight: 600; line-height: 1.4; }
.elementor-editor-active .manduka-live-region { min-height: 24px; }

/* Shared content */
.manduka-content-shell, .manduka-commerce-shell {
	width: min(calc(100% - 40px), var(--manduka-shell));
	margin: 60px auto;
}
.manduka-commerce-shell { margin-top: 64px; margin-bottom: 64px; }
.manduka-entry-title, .manduka-archive-title { margin: 0 0 32px; color: var(--manduka-heading); font-size: 36px; font-weight: 600; line-height: 1.4; }
.manduka-entry-content > :first-child, .manduka-entry-content > .elementor > :first-child { margin-top: 0; }
.manduka-entry-content table { width: 100%; border-collapse: collapse; }
.manduka-entry-content th, .manduka-entry-content td { padding: 10px; border: 1px solid var(--manduka-border); text-align: left; }
.manduka-imported-document { display: flex; max-width: 100%; flex-direction: column; }
.manduka-imported-document .manduka-semantic-block, .manduka-taxonomy-layout { max-width: 100%; }
.manduka-imported-document .manduka-semantic-richtext, .manduka-taxonomy-layout { color: var(--manduka-text); font-size: 16px; line-height: 1.65; }
.manduka-imported-document .manduka-semantic-richtext p, .manduka-imported-document .manduka-semantic-richtext ul, .manduka-imported-document .manduka-semantic-richtext ol, .manduka-taxonomy-layout p { margin-top: 0; margin-bottom: 20px; }
.manduka-imported-document .manduka-semantic-richtext a, .manduka-taxonomy-layout a { color: var(--manduka-primary); text-decoration: underline; text-underline-offset: 2px; }
.manduka-imported-document .manduka-semantic-richtext strong, .manduka-taxonomy-layout strong { color: var(--manduka-heading); font-weight: 600; }
.manduka-imported-document .manduka-semantic-heading .elementor-heading-title { color: var(--manduka-heading); line-height: 1.3; }
.manduka-imported-document .manduka-semantic-page-title .elementor-heading-title { margin: 0 0 32px; font-size: 36px; font-weight: 600; }
.manduka-semantic-table .elementor-widget-container { max-width: 100%; overflow-x: auto; }
.manduka-semantic-table table { width: 100%; border-collapse: collapse; }
.manduka-semantic-table th, .manduka-semantic-table td { padding: 10px; border: 1px solid var(--manduka-border); text-align: left; }
.manduka-taxonomy-layout { margin: 0 0 36px; }
.manduka-post-list { display: grid; gap: 28px; }
.manduka-post-card { padding-bottom: 28px; border-bottom: 1px solid var(--manduka-border); }
.manduka-post-card h2 { margin: 0 0 4px; color: var(--manduka-heading); font-size: 24px; }
.manduka-post-card h2 a { color: inherit; }
.manduka-post-meta { margin-bottom: 8px; color: var(--manduka-muted); font-size: 14px; }
.manduka-post-excerpt p { margin: 0; }
.navigation.pagination .nav-links, .woocommerce nav.woocommerce-pagination ul { display: flex; flex-wrap: wrap; gap: 6px; border: 0; }
.navigation.pagination a, .navigation.pagination span, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	display: grid;
	place-items: center;
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	border: 1px solid var(--manduka-primary);
	background: #fff;
	color: var(--manduka-primary);
}
.navigation.pagination .current, .woocommerce nav.woocommerce-pagination ul li span.current { background: var(--manduka-primary); color: #fff; }

/* WooCommerce archive and common controls */
.woocommerce .woocommerce-breadcrumb { margin: 0 0 14.72px; color: var(--manduka-muted); font-size: 14.72px; line-height: 24.288px; }
.woocommerce .woocommerce-breadcrumb a { color: var(--manduka-muted); }
.woocommerce-products-header__title.page-title { margin: 0 0 36px; color: var(--manduka-heading); font-size: 36px; font-weight: 400; line-height: 1.4; }
.woocommerce .woocommerce-result-count { margin: 16px 0; line-height: 40px; }
.woocommerce .woocommerce-ordering { margin: 16px 0; }
.woocommerce .woocommerce-ordering select { width: 196.5px; height: 40px; padding: 8px; border: 0; background: transparent; }
.woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin: 0 0 16px !important;
	padding: 0;
	clear: both;
}
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product {
	display: flex;
	flex-direction: column;
	width: auto !important;
	min-width: 0;
	margin: 0 0 40px !important;
	padding: 0;
	float: none !important;
}
.woocommerce ul.products li.product a img { width: 100%; margin: 0 0 12.8px; aspect-ratio: 1; object-fit: cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { margin: 0 0 8px; padding: 0; color: var(--manduka-heading); font-size: 16px; font-weight: 600; line-height: 20.8px; }
.manduka-product-category { margin: 0 0 6.8px; color: var(--manduka-muted); font-size: 13.6px; line-height: 17.68px; }
.woocommerce ul.products li.product .price { margin: 0 0 14px; color: var(--manduka-ink); font-size: 14.4px; font-weight: 700; line-height: 18.72px; }
.woocommerce ul.products li.product .price del { font-weight: 400; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce ul.products li.product .button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.manduka-product-rail__card .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	margin-top: auto;
	padding: 15px 30px;
	border-radius: 4px;
	background: var(--manduka-primary);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	transition: background-color .2s linear;
}
.woocommerce ul.products li.product .button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.manduka-product-rail__card .button:hover { background: var(--manduka-primary-hover); color: #fff; }
.woocommerce span.onsale { top: 20.88px; left: 20.88px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--manduka-primary); background: #f7fafc; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--manduka-primary); }

/* Product detail */
.single-product .manduka-commerce-shell { margin-top: 60px; margin-bottom: 60px; }
.single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 600px) minmax(0, 552px);
	column-gap: 48px;
	align-items: start;
}
.single-product div.product .woocommerce-product-gallery { grid-column: 1; width: 100% !important; margin: 0; float: none !important; opacity: 1; transition: opacity .25s ease-in-out; }
.single-product div.product .summary { grid-column: 2; width: 100% !important; margin: 0; float: none !important; }
.single-product div.product .woocommerce-tabs, .single-product div.product .related, .single-product div.product .upsells { grid-column: 1 / -1; width: 100%; }
.single-product .woocommerce-product-gallery__image img { width: 100%; height: auto; }
.single-product .flex-control-thumbs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 16px 0 0 !important; padding: 0; list-style: none; }
.single-product .flex-control-thumbs li { width: auto !important; margin: 0 !important; float: none !important; }
.single-product .flex-control-thumbs img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.single-product .woocommerce-product-gallery__trigger { z-index: 5; }
.manduka-single-category { display: inline-block; margin: 0 0 8px; color: var(--manduka-muted); font-size: 14px; }
.single-product div.product .product_title { margin: 0 0 10px; color: var(--manduka-heading); font-size: 20px; font-weight: 600; line-height: 24px; }
.single-product div.product p.price, .single-product div.product span.price { margin: 0 0 18px; color: var(--manduka-ink); font-size: 24px; font-weight: 700; line-height: 39.6px; }
.single-product div.product p.price ins, .single-product div.product span.price ins { text-decoration: none; }
.single-product div.product form.cart .variations { width: 100%; margin-bottom: 12px; }
.single-product div.product form.cart .variations th, .single-product div.product form.cart .variations td { display: block; width: 100%; padding: 0; line-height: 32px; text-align: left; }
.single-product div.product form.cart .variations label { font-weight: 600; }
.single-product div.product form.cart .variations select { width: 100%; max-width: none; height: 40px; margin: 0 0 10px; padding: 8px; border: 1px solid var(--manduka-border); border-radius: 3px; background: #fff; }
.single-product div.product form.cart div.quantity { margin-right: 8px; }
.woocommerce .quantity .qty { width: 58px; height: 40px; padding: 4.8px; border: 1px solid var(--manduka-border); }
.single-product div.product form.cart .single_add_to_cart_button { min-height: 36px; padding: 10px 20px; line-height: 16px; }
.single-product .woocommerce-variation-availability { margin-bottom: 8px; }
.single-product .woocommerce-tabs { margin-top: 46px; }
.single-product .woocommerce-tabs ul.tabs { display: flex; min-height: 42px; margin: 0 !important; padding: 0 !important; border-bottom: 1px solid var(--manduka-border); }
.single-product .woocommerce-tabs ul.tabs::before { display: none !important; }
.single-product .woocommerce-tabs ul.tabs li { margin: 0 16px 0 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; }
.single-product .woocommerce-tabs ul.tabs li::before, .single-product .woocommerce-tabs ul.tabs li::after { display: none; }
.single-product .woocommerce-tabs ul.tabs li a { display: block; padding: 10px 0 !important; color: var(--manduka-heading) !important; font-weight: 500 !important; }
.single-product .woocommerce-tabs ul.tabs li.active { border-top: 3px solid var(--manduka-primary) !important; }
.single-product .woocommerce-tabs .panel { margin: 24px 0 44px !important; }
.single-product .woocommerce-Tabs-panel--description > h2:first-child { display: none; }
.single-product .related > h2, .single-product .upsells > h2 { margin: 0 0 24px; color: var(--manduka-heading); font-size: 30px; font-weight: 500; }

/* Cart, checkout and account */
.woocommerce-cart .manduka-entry-title, .woocommerce-checkout .manduka-entry-title, .woocommerce-account .manduka-entry-title { font-size: 32px; line-height: 38.4px; }
.woocommerce table.shop_table { border: 1px solid var(--manduka-border); border-collapse: collapse; border-radius: 0; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 12px; border: 1px solid var(--manduka-border); }
.woocommerce-cart table.cart img { width: 70px; height: 70px; object-fit: cover; }
.woocommerce-cart table.cart td.actions .coupon .input-text { width: 203px; height: 46px; padding: 8px 12px; border: 1px solid var(--manduka-border); }
.woocommerce-cart table.cart td.actions .coupon .button, .woocommerce-cart table.cart td.actions > .button { min-height: 46px; }
.woocommerce-cart .cart-collaterals .cart_totals { width: 48%; margin-top: 34px; padding: 20px; border: 1px solid var(--manduka-border); }
.woocommerce-cart .cart-collaterals .cart_totals h2 { margin-top: 0; color: var(--manduka-heading); font-size: 24px; }
.woocommerce-cart .wc-proceed-to-checkout { padding: 16px 0 0; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { width: 100%; min-height: 66px; margin: 0; padding: 17.6px; font-size: 17.6px; line-height: 31.68px; }
.woocommerce-checkout form.checkout { display: grid; grid-template-columns: minmax(0, 607px) minmax(0, 442px); grid-template-areas: "customer heading" "customer review"; gap: 0 48px; width: min(100%, 1104px); margin: 0 auto; }
.woocommerce-checkout form.checkout #customer_details { grid-area: customer; width: 100%; }
.woocommerce-checkout form.checkout #order_review_heading { grid-area: heading; margin: 0 0 18px; }
.woocommerce-checkout form.checkout #order_review { grid-area: review; min-width: 0; padding: 32px; border: 1px solid var(--manduka-border); align-self: start; }
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 { width: 100%; float: none; }
.woocommerce-checkout #customer_details h3, .woocommerce-checkout #order_review_heading { color: var(--manduka-heading); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .woocommerce .select2-container .select2-selection--single { min-height: 40px; padding: 8px 16px; border: 1px solid var(--manduka-border); border-radius: 0; background: #fff; }
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered { padding: 0; line-height: 22px; }
.woocommerce .select2-container .select2-selection--single .select2-selection__arrow { height: 38px; }
.woocommerce-checkout-review-order-table { width: 100%; }
.woocommerce-checkout #payment { background: #f7f7f7; }
.woocommerce-checkout #payment ul.payment_methods { padding: 16px; }
.woocommerce-checkout #payment ul.payment_methods li { overflow-wrap: anywhere; }
.woocommerce-checkout #payment ul.payment_methods li label { display: inline; }
.woocommerce-checkout #payment ul.payment_methods li img { display: inline-block; max-width: 62px; max-height: 28px; margin-left: 4px; vertical-align: middle; }
.woocommerce-checkout #payment div.payment_box { width: 100%; margin: 12px 0; }
.woocommerce-checkout #payment .place-order { padding: 16px; }
.woocommerce-checkout #payment #place_order { width: 100%; min-height: 46px; padding: 15px 30px; }
.woocommerce-form-coupon-toggle + .checkout_coupon { margin: 0 0 30px; border: 1px solid var(--manduka-border); }
.woocommerce-account .woocommerce { display: flow-root; }
.woocommerce-account .woocommerce-MyAccount-navigation { width: 26%; }
.woocommerce-account .woocommerce-MyAccount-content { width: 70%; }
.woocommerce form.login, .woocommerce form.register, .woocommerce form.lost_reset_password { max-width: 620px; margin-left: 0; border-color: var(--manduka-border); border-radius: 0; }

@media (max-width: 1100px) {
	.manduka-header-bar { padding-right: 20px; padding-left: 20px; }
	.manduka-primary-navigation { margin-left: 8px; }
	.manduka-menu > li > a { padding-right: 2px; padding-left: 7px; font-size: 12px; }
	.manduka-submenu-toggle { width: 17px; }
}

@media (max-width: 1023px) {
	.manduka-product-rail__track { grid-auto-columns: calc((100% - 10px) / 2); }
	.manduka-carousel__track { grid-auto-columns: calc((100% - 10px) / 2); }
	.manduka-elementor-home .manduka-home-editorial .elementor-widget-image-carousel.e-widget-swiper { width: calc(100% - 100px); }
}

@media (max-width: 922px) {
	.manduka-header-bar { grid-template-columns: 40px minmax(0, 1fr) auto; height: 54px; padding: 0 20px; }
	.manduka-icon-button.manduka-menu-toggle { display: grid; margin-left: -9px; }
	.manduka-menu-toggle .manduka-icon-close { display: none; }
	.manduka-site-header.is-menu-open .manduka-menu-toggle .manduka-icon-menu { display: none; }
	.manduka-site-header.is-menu-open .manduka-menu-toggle .manduka-icon-close { display: block; }
	.manduka-brand { justify-self: center; width: 130px; }
	.manduka-brand img, .manduka-brand .custom-logo { width: 130px; max-height: 34px; }
	.manduka-header-actions { justify-self: end; }
	.manduka-primary-navigation {
		position: absolute;
		top: 54px;
		left: 0;
		z-index: 50;
		display: none;
		width: 100%;
		max-height: calc(100dvh - 84px);
		margin: 0;
		padding: 0 20px 20px;
		background: #fff;
		overflow-y: auto;
	}
	.manduka-site-header.is-menu-open .manduka-primary-navigation { display: block; }
	.manduka-menu { display: block; height: auto; }
	.manduka-menu > li, .manduka-menu .sub-menu li { display: grid; grid-template-columns: minmax(0, 1fr) 50px; border-bottom: 1px solid #eee; white-space: normal; }
	.manduka-menu > li > a, .manduka-menu .sub-menu a { height: auto; min-height: 48px; padding: 12px 8px; color: #000; font-size: 15px; line-height: 24px; }
	.manduka-submenu-toggle { width: 50px; height: 48px; }
	.manduka-menu .sub-menu {
		position: static;
		grid-column: 1 / -1;
		width: 100%;
		padding-left: 15px;
		visibility: visible;
		box-shadow: none;
	}
	.manduka-menu .sub-menu[hidden] { display: none; }
	.manduka-menu .sub-menu .sub-menu { padding-left: 20px; }
	.manduka-search-panel { top: 7px; right: auto; left: 50%; transform: translateX(-50%); }
	.manduka-site-header.is-search-open .manduka-brand, .manduka-site-header.is-search-open .manduka-menu-toggle { visibility: hidden; }
	.single-product div.product { grid-template-columns: minmax(0, 1fr) minmax(0, .92fr); gap: 32px; }
	.woocommerce-checkout form.checkout { grid-template-columns: minmax(0, 1.25fr) minmax(0, .9fr); gap: 0 32px; }
}

@media (min-width: 545px) and (max-width: 921px) {
	.woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.single-product .related ul.products, .single-product .upsells ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
	.manduka-product-rail { padding-right: 5px; padding-left: 5px; }
	.manduka-native-explore h2, .manduka-elementor-home .manduka-home-explore .elementor-heading-title { font-size: 20px; }
	.manduka-category-grid, .manduka-home-explore .manduka-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-right: 5px; padding-left: 5px; }
	.manduka-footer-primary { min-height: 0; }
	.manduka-footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
	.manduka-carousel__track { grid-auto-columns: 100%; width: calc(100% - 70px); }
	.manduka-elementor-home .manduka-home-editorial .elementor-widget-image-carousel.e-widget-swiper { width: calc(100% - 70px); }
	.manduka-carousel__button.is-prev { left: 0; }
	.manduka-carousel__button.is-next { right: 0; }
	.single-product div.product { display: block; }
	.manduka-interface-product-top,
	.manduka-interface-product-top > .e-con-inner { grid-template-columns: minmax(0, 1fr); row-gap: 28px; }
	.manduka-interface-product-gallery,
	.manduka-interface-product-summary { grid-column: 1; }
	.manduka-interface-product-after { margin-top: 36px; }
	.single-product div.product .summary { margin-top: 28px; }
	.manduka-live-region--product-summary .summary { margin-top: 0 !important; }
	.single-product .woocommerce-tabs { margin-top: 36px; }
	.woocommerce-checkout form.checkout { display: block; }
	.woocommerce-checkout form.checkout #order_review_heading { margin-top: 30px; }
	.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { width: 100%; float: none; }
}

@media (max-width: 544px) {
	.manduka-header-bar { padding: 0 20px; }
	.manduka-header-actions { gap: 0; }
	.manduka-icon-button { width: 36px; padding: 8px; }
	.manduka-cart-count { right: -2px; }
	.manduka-footer-primary { padding: 45px 20px; text-align: center; }
	.manduka-footer-grid { grid-template-columns: 1fr; gap: 34px; }
	.manduka-footer-brand > a img { margin: 0 auto; }
	.manduka-social-icons, .manduka-social-menu { justify-content: center; }
	.manduka-footer-menu li { margin-bottom: 10px; }
	.manduka-footer-bottom__inner { flex-direction: column; gap: 2px; text-align: center; }
	.manduka-footer-legal-menu { flex-wrap: wrap; justify-content: center; gap: 2px 16px; }
	.manduka-product-rail__track { grid-auto-columns: calc((100% - 10px) / 2); }
	.manduka-product-rail__card { min-height: 371px; }
	.manduka-product-rail__card > .button { display: none; }
	.manduka-native-section { padding-right: 20px; padding-left: 20px; }
	.manduka-category-grid, .manduka-home-explore .manduka-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-right: 5px; padding-left: 5px; }
	.manduka-native-explore { padding: 0; }
	.manduka-elementor-home .manduka-home-editorial .elementor-widget-image-carousel.e-widget-swiper { width: calc(100% - 70px); }
	.manduka-content-shell, .manduka-commerce-shell { width: calc(100% - 40px); margin-top: 48px; margin-bottom: 48px; }
	.manduka-entry-title, .manduka-archive-title, .woocommerce-products-header__title.page-title { margin-bottom: 26px; font-size: 30px; line-height: 1.3; }
	.manduka-imported-document .manduka-semantic-page-title .elementor-heading-title { margin-bottom: 26px; font-size: 30px; }
	.manduka-interface-page-title .elementor-heading-title { margin-bottom: 26px; font-size: 30px; line-height: 1.3; }
	.manduka-entry-content table { display: block; max-width: 100%; overflow-x: auto; white-space: nowrap; }
	.manduka-semantic-table table { min-width: 620px; white-space: nowrap; }
	.woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
	.woocommerce ul.products li.product { margin-bottom: 34px !important; }
	.woocommerce ul.products li.product .button { width: 100%; min-height: 42px; padding: 12px 8px; font-size: 14px; }
	.woocommerce span.onsale { top: 10px; left: 10px; padding: 4px 8px; font-size: 12px; }
	.single-product .flex-control-thumbs { gap: 14px; }
	.single-product .woocommerce-tabs ul.tabs { overflow-x: auto; }
	.single-product .woocommerce-tabs ul.tabs li { flex: 0 0 auto; }
	.woocommerce-cart table.shop_table_responsive tr td::before { max-width: 44%; }
	.woocommerce-cart table.cart td.actions .coupon { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
	.woocommerce-cart table.cart td.actions .coupon .input-text { width: 100% !important; margin: 0; }
	.woocommerce-cart table.cart td.actions .coupon .button { width: auto !important; }
	.woocommerce-cart table.cart td.actions > .button { width: 100% !important; margin-top: 8px; }
	.woocommerce-cart .cart-collaterals .cart_totals { width: 100%; padding: 20px; float: none; }
	.woocommerce-checkout form.checkout #order_review { padding: 20px; }
	.woocommerce form .form-row-first, .woocommerce form .form-row-last { width: 100%; float: none; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
