/*
Theme Name: Haminja Lite
Theme URI: https://haminja.net/
Author: Haminja
Author URI: https://haminja.net/
Description: پوسته سبک، راست‌چین و اختصاصی فروشگاه همینجا با پشتیبانی کامل از ووکامرس، اسلایدر بومی و بخش‌های مدیریتی محصولات منتخب.
Version: 1.3.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: haminja-lite
Tags: e-commerce, rtl-language-support, custom-logo, custom-menu, featured-images, responsive-layout
*/

@font-face {
	font-family: "B Titr";
	src: url("assets/fonts/BTitrBold.woff2") format("woff2");
	font-display: swap;
	font-style: normal;
	font-weight: 700;
}

:root {
	--brand: #1769e0;
	--brand-2: #0a4fb6;
	--brand-3: #eaf3ff;
	--ink: #152237;
	--muted: #6e7d91;
	--line: #e5ebf2;
	--surface: #ffffff;
	--soft: #f6f8fb;
	--success: #0b9b69;
	--danger: #ec315b;
	--monthly: #7455e9;
	--warning: #f2a100;
	--radius-sm: 12px;
	--radius: 20px;
	--radius-lg: 30px;
	--shadow-sm: 0 7px 24px rgba(22, 50, 84, .07);
	--shadow: 0 18px 52px rgba(22, 50, 84, .11);
	--shell: 1240px;
}

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

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

body {
	margin: 0;
	background: var(--surface);
	color: var(--ink);
	direction: rtl;
	font-family: Vazirmatn, IRANSansX, IRANSans, Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	text-rendering: optimizeLegibility;
}

body.menu-is-open {
	overflow: hidden;
}

img,
svg,
video,
iframe {
	max-width: 100%;
}

img {
	height: auto;
}

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

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

button,
[type="button"],
[type="submit"] {
	cursor: pointer;
}

.shell {
	width: min(calc(100% - 40px), var(--shell));
	margin-inline: auto;
}

.icon {
	display: block;
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
}

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

.screen-reader-text:focus,
.skip-link:focus {
	z-index: 100000;
	top: 12px;
	right: 12px;
	clip: auto !important;
	clip-path: none;
	width: auto;
	height: auto;
	padding: 10px 16px;
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--shadow);
	color: var(--brand);
}

:focus-visible {
	outline: 3px solid rgba(23, 105, 224, .32);
	outline-offset: 3px;
}

/* Header */
.header-marker {
	position: absolute;
	top: 0;
	height: 1px;
}

.site-header {
	position: relative;
	z-index: 100;
	border-bottom: 1px solid var(--line);
	background: rgba(255, 255, 255, .97);
	transition: box-shadow .2s ease;
}

.site-header.is-scrolled {
	position: sticky;
	top: 0;
	box-shadow: 0 8px 30px rgba(26, 53, 85, .1);
}

.site-header.is-scrolled .header-main {
	min-height: 72px;
}

.header-main {
	display: grid;
	grid-template-columns: 230px minmax(280px, 1fr) auto auto;
	gap: 30px;
	align-items: center;
	min-height: 104px;
	transition: min-height .2s ease;
}

.site-branding,
.custom-logo-link {
	display: flex;
	align-items: center;
}

.custom-logo {
	width: auto;
	max-width: 215px;
	max-height: 68px;
	object-fit: contain;
}

.wordmark {
	display: inline-flex;
	gap: 12px;
	align-items: center;
	color: var(--brand-2);
}

.wordmark-cart {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--brand), #4d98ff);
	box-shadow: 0 10px 24px rgba(23, 105, 224, .26);
	color: #fff;
}

.wordmark-cart .icon {
	width: 29px;
	height: 29px;
}

.wordmark-text {
	display: grid;
	font-size: 31px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -1.5px;
}

.wordmark-text small {
	margin-top: 7px;
	color: var(--muted);
	direction: ltr;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.3px;
}

.product-search-form {
	position: relative;
	display: flex;
	height: 52px;
}

.product-search-form input[type="search"] {
	width: 100%;
	height: 100%;
	padding: 0 22px 0 58px;
	border: 1px solid #dfe6ef;
	border-radius: 17px;
	outline: 0;
	background: var(--soft);
	color: var(--ink);
	transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.product-search-form input[type="search"]::placeholder {
	color: #8c98a9;
}

.product-search-form input[type="search"]:focus {
	border-color: rgba(23, 105, 224, .48);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(23, 105, 224, .08);
}

.product-search-form button {
	position: absolute;
	top: 6px;
	left: 6px;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 12px;
	background: var(--brand);
	color: #fff;
}

.product-search-form button:hover {
	background: var(--brand-2);
}

.header-promise {
	display: flex;
	gap: 11px;
	align-items: center;
	white-space: nowrap;
}

.promise-icon {
	display: grid;
	place-items: center;
	width: 43px;
	height: 43px;
	border-radius: 14px;
	background: var(--brand-3);
	color: var(--brand);
}

.header-promise > span:last-child {
	display: grid;
	line-height: 1.45;
}

.header-promise small {
	color: var(--muted);
	font-size: 11px;
}

.header-promise strong,
.header-promise a {
	color: var(--ink);
	font-size: 13px;
	font-weight: 800;
}

.header-nav-wrap {
	border-top: 1px solid var(--line);
	background: #fff;
}

.nav-row {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	min-height: 58px;
}

.site-navigation,
.site-navigation .menu {
	display: flex;
	align-items: stretch;
}

.site-navigation .menu,
.site-navigation .sub-menu,
.footer-menu,
.footer-service-column ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-navigation .menu > li {
	position: relative;
	display: flex;
	align-items: stretch;
}

.site-navigation .menu > li > a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 19px;
	color: #425269;
	font-size: 14px;
	font-weight: 700;
}

.site-navigation .menu > li > a::after {
	position: absolute;
	right: 19px;
	bottom: 0;
	left: 19px;
	height: 3px;
	border-radius: 5px 5px 0 0;
	background: var(--brand);
	content: "";
	transform: scaleX(0);
	transition: transform .18s ease;
}

.site-navigation .menu > li:hover > a,
.site-navigation .current-menu-item > a,
.site-navigation .current_page_item > a {
	color: var(--brand);
}

.site-navigation .menu > li:hover > a::after,
.site-navigation .current-menu-item > a::after,
.site-navigation .current_page_item > a::after {
	transform: scaleX(1);
}

.site-navigation .sub-menu {
	position: absolute;
	top: calc(100% - 1px);
	right: 0;
	z-index: 20;
	min-width: 210px;
	padding: 10px;
	border: 1px solid var(--line);
	border-radius: 0 0 15px 15px;
	background: #fff;
	box-shadow: var(--shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: .18s ease;
}

.site-navigation li:hover > .sub-menu,
.site-navigation li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.site-navigation .sub-menu a {
	display: block;
	padding: 9px 11px;
	border-radius: 8px;
}

.site-navigation .sub-menu a:hover {
	background: var(--brand-3);
	color: var(--brand);
}

.header-actions {
	display: flex;
	align-items: center;
}

.header-action {
	position: relative;
	display: flex;
	gap: 8px;
	align-items: center;
	padding: 0 15px;
	border-right: 1px solid var(--line);
	color: #46556a;
	font-size: 13px;
	font-weight: 700;
}

.header-action:hover {
	color: var(--brand);
}

.cart-count {
	display: grid;
	place-items: center;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	border-radius: 99px;
	background: var(--danger);
	color: #fff;
	font-size: 10px;
	font-style: normal;
}

.mobile-menu-toggle,
.mobile-search {
	display: none;
}

/* Hero */
.home-main {
	overflow: hidden;
	padding-top: 24px;
}

.hero-slider {
	position: relative;
	overflow: hidden;
	min-height: 0;
	aspect-ratio: 3 / 1;
	border-radius: var(--radius-lg);
	background: #dfeafb;
	box-shadow: var(--shadow-sm);
}

.hero-slides {
	position: relative;
	height: 100%;
	min-height: inherit;
}

.hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease, visibility .5s ease;
}

.hero-slide.is-active {
	opacity: 1;
	visibility: visible;
}

.hero-slide > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-slide[data-slide="0"] > img {
	object-fit: fill;
	object-position: center;
}

.hero-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: min(50%, 650px);
	min-height: 100%;
	padding: 58px 70px;
	text-align: right;
}

.eyebrow,
.section-kicker {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 4px 12px;
	border-radius: 99px;
	margin: 0 0 15px;
	background: rgba(255, 255, 255, .76);
	color: var(--brand-2);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .1px;
}

.hero-overlay h1 {
	max-width: 600px;
	margin: 0;
	color: #0c2e57;
	font-family: "B Titr", Tahoma, Arial, sans-serif;
	font-size: clamp(34px, 4.1vw, 58px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -2px;
}

.hero-slide[data-slide="0"] .hero-overlay {
	width: 49%;
	padding: 38px 52px 54px 28px;
}

.hero-slide[data-slide="0"] .hero-overlay h1,
.hero-slide[data-slide="0"] .hero-copy {
	font-family: "B Titr", Tahoma, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	text-shadow: 0 2px 0 rgba(255, 255, 255, .92), 0 5px 14px rgba(11, 53, 104, .13);
}

.hero-slide[data-slide="0"] .hero-overlay h1 {
	font-size: clamp(34px, 3.25vw, 48px);
	line-height: 1.3;
}

.hero-slide[data-slide="0"] .hero-copy {
	margin: 5px 0 22px;
	color: #1769e0;
	font-size: clamp(25px, 2.25vw, 32px);
	line-height: 1.4;
}

.hero-copy {
	max-width: 540px;
	margin: 20px 0 28px;
	color: #435975;
	font-size: 16px;
	line-height: 1.9;
}

.hero-button,
.primary-button {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 23px;
	border: 0;
	border-radius: 14px;
	background: var(--brand);
	box-shadow: 0 12px 24px rgba(23, 105, 224, .2);
	color: #fff;
	font-weight: 800;
	white-space: nowrap;
	transition: transform .18s ease, background .18s ease;
}

.hero-button {
	font-family: "B Titr", Tahoma, Arial, sans-serif;
	font-size: 17px;
	font-weight: 700;
}

.hero-button:hover,
.primary-button:hover {
	background: var(--brand-2);
	transform: translateY(-2px);
}

.slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 50%;
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 7px 20px rgba(13, 46, 83, .11);
	color: var(--brand-2);
	transform: translateY(-50%);
	backdrop-filter: blur(8px);
}

.slider-arrow:hover {
	background: #fff;
}

.slider-next {
	left: 20px;
}

.slider-prev {
	right: 20px;
	transform: translateY(-50%) rotate(180deg);
}

.slider-dots {
	position: absolute;
	right: 0;
	bottom: 22px;
	left: 0;
	z-index: 5;
	display: flex;
	gap: 8px;
	justify-content: center;
}

.slider-dot {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 50px;
	background: rgba(37, 77, 123, .28);
	transition: width .2s ease, background .2s ease;
}

.slider-dot.is-active {
	width: 30px;
	background: var(--brand);
}

.service-strip {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 18px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	box-shadow: var(--shadow-sm);
}

.service-item {
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: center;
	min-height: 90px;
	padding: 16px 25px;
}

.service-item + .service-item {
	border-right: 1px solid var(--line);
}

.service-item > span {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 15px;
	background: var(--brand-3);
	color: var(--brand);
}

.service-item p {
	display: grid;
	margin: 0;
	line-height: 1.5;
}

.service-item strong {
	font-size: 14px;
}

.service-item small {
	margin-top: 5px;
	color: var(--muted);
	font-size: 11px;
}

/* Home product sections */
.store-section {
	margin-top: 78px;
}

.section-tint {
	position: relative;
	padding: 38px;
	border: 1px solid #dbeafe;
	border-radius: var(--radius-lg);
	background: linear-gradient(140deg, #f5f9ff, #eef5ff 50%, #fff 100%);
}

.section-tint::before {
	position: absolute;
	top: -55px;
	left: -55px;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(23, 105, 224, .14), transparent 69%);
	content: "";
	pointer-events: none;
}

.section-heading {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 30px;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 26px;
}

.section-heading h2 {
	margin: 0;
	font-size: clamp(25px, 3vw, 36px);
	font-weight: 950;
	line-height: 1.35;
	letter-spacing: -1px;
}

.section-heading p {
	margin: 7px 0 0;
	color: var(--muted);
}

.section-heading > a {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #bed3ef;
	color: var(--brand);
	font-size: 13px;
	font-weight: 850;
	white-space: nowrap;
}

.heading-special .section-kicker {
	background: #ffe9ef;
	color: #d81d4b;
}

.heading-monthly .section-kicker {
	background: #eee9ff;
	color: var(--monthly);
}

ul.products,
.woocommerce ul.products,
.woocommerce-page ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 19px;
	padding: 0;
	margin: 0 !important;
	list-style: none;
}

ul.products::before,
ul.products::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none !important;
}

ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	position: relative;
	float: none !important;
	width: auto !important;
	min-width: 0;
	padding: 12px 12px 16px;
	border: 1px solid var(--line);
	border-radius: 19px;
	margin: 0 !important;
	background: #fff;
	box-shadow: 0 4px 15px rgba(21, 50, 83, .035);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

ul.products li.product:hover,
.woocommerce ul.products li.product:hover {
	border-color: #ccddf2;
	box-shadow: var(--shadow-sm);
	transform: translateY(-4px);
}

ul.products li.product .woocommerce-loop-product__link {
	display: block;
}

ul.products li.product a img,
.woocommerce ul.products li.product a img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	padding: 8px;
	border-radius: 14px;
	margin: 0 0 12px !important;
	background: #f7f9fc;
	object-fit: contain;
	transition: transform .25s ease;
}

ul.products li.product:hover a img {
	transform: scale(1.025);
}

ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	overflow: hidden;
	display: -webkit-box;
	min-height: 48px;
	padding: 0 !important;
	margin: 6px 2px 7px;
	color: var(--ink);
	font-size: 14px !important;
	font-weight: 850;
	line-height: 1.75;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.woocommerce ul.products li.product .star-rating,
ul.products li.product .star-rating {
	margin: 8px 2px;
	color: var(--warning);
	font-size: 12px;
}

ul.products li.product .price,
.woocommerce ul.products li.product .price {
	display: flex !important;
	flex-wrap: wrap;
	gap: 3px 8px;
	align-items: center;
	min-height: 31px;
	margin: 7px 2px 12px !important;
	color: var(--brand-2) !important;
	font-size: 15px !important;
	font-weight: 950 !important;
}

ul.products li.product .price del {
	order: 2;
	color: #9ba5b2;
	font-size: 12px;
	font-weight: 500;
	opacity: 1;
}

ul.products li.product .price ins {
	text-decoration: none;
}

ul.products li.product .button,
.woocommerce ul.products li.product .button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	padding: 9px 13px;
	border-radius: 12px;
	margin: 0 !important;
	background: var(--brand-3) !important;
	color: var(--brand-2) !important;
	font-size: 12px;
	font-weight: 900;
	transition: background .18s ease, color .18s ease;
}

ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:hover {
	background: var(--brand) !important;
	color: #fff !important;
}

.woocommerce a.added_to_cart {
	display: block;
	padding-top: 8px;
	color: var(--success);
	text-align: center;
	font-size: 12px;
	font-weight: 800;
}

.woocommerce span.onsale,
span.onsale {
	top: 20px !important;
	right: 20px !important;
	left: auto !important;
	z-index: 4;
	min-width: 42px;
	min-height: 28px;
	padding: 4px 8px;
	border-radius: 9px;
	margin: 0 !important;
	background: var(--danger) !important;
	line-height: 20px;
}

.haminja-badges {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: flex-start;
}

.haminja-badges span {
	padding: 5px 8px;
	border-radius: 8px;
	box-shadow: 0 5px 12px rgba(22, 45, 75, .08);
	font-size: 9px;
	font-weight: 950;
}

.badge-special {
	background: #e5fff5;
	color: #078259;
}

.badge-monthly {
	background: #eee9ff;
	color: #6546d6;
}

.section-empty {
	display: flex;
	gap: 14px;
	align-items: center;
	justify-content: center;
	min-height: 140px;
	padding: 28px;
	border: 1px dashed #cbd8e9;
	border-radius: var(--radius);
	background: rgba(255, 255, 255, .72);
	color: var(--muted);
	text-align: center;
}

.section-empty span {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--brand-3);
	color: var(--brand);
	font-size: 24px;
}

.section-empty p {
	margin: 0;
}

.load-more-wrap {
	display: grid;
	place-items: center;
	margin-top: 30px;
}

.load-more-products {
	min-width: 220px;
	min-height: 49px;
	padding: 10px 23px;
	border: 1px solid #bfd2ec;
	border-radius: 14px;
	background: #fff;
	color: var(--brand);
	font-weight: 900;
	transition: background .18s ease, color .18s ease;
}

.load-more-products:hover {
	background: var(--brand);
	color: #fff;
}

.load-more-products.is-loading::after {
	display: inline-block;
	width: 13px;
	height: 13px;
	border: 2px solid currentColor;
	border-left-color: transparent;
	border-radius: 50%;
	margin-right: 9px;
	content: "";
	vertical-align: -2px;
	animation: spin .7s linear infinite;
}

@keyframes spin {
	to { transform: rotate(360deg); }
}

/* Intro video */
.intro-video-section {
	position: relative;
	overflow: hidden;
	margin-top: 90px;
	padding: 72px 0;
	background: linear-gradient(135deg, #08294f, #0d4c8d 58%, #1769e0);
	color: #fff;
}

.intro-video-section::before,
.intro-video-section::after {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 50%;
	content: "";
}

.intro-video-section::before {
	top: -200px;
	left: -100px;
	width: 450px;
	height: 450px;
}

.intro-video-section::after {
	right: -140px;
	bottom: -280px;
	width: 530px;
	height: 530px;
}

.video-layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: .82fr 1.18fr;
	gap: 70px;
	align-items: center;
}

.eyebrow.light {
	background: rgba(255, 255, 255, .12);
	color: #fff;
}

.video-copy h2 {
	margin: 0;
	font-size: clamp(28px, 4vw, 48px);
	font-weight: 950;
	line-height: 1.35;
	letter-spacing: -1.5px;
}

.video-copy > p:not(.eyebrow) {
	margin: 19px 0 26px;
	color: #d6e6fa;
	font-size: 15px;
}

.video-copy > a {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	font-weight: 850;
}

.video-frame {
	overflow: hidden;
	display: grid;
	place-items: center;
	min-height: 360px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 26px;
	background: #061d38;
	box-shadow: 0 25px 65px rgba(0, 17, 38, .35);
}

.video-frame iframe,
.video-frame video,
.video-frame .wp-video,
.video-frame .wp-video-shortcode {
	width: 100% !important;
	height: 100% !important;
	min-height: 360px;
	border: 0;
	object-fit: cover;
}

.video-placeholder {
	position: relative;
	align-content: center;
	background:
		radial-gradient(circle at 70% 20%, rgba(88, 166, 255, .32), transparent 34%),
		linear-gradient(135deg, #0b315b, #081c34);
	text-align: center;
}

.video-placeholder::before {
	position: absolute;
	inset: 25px;
	border: 1px dashed rgba(255, 255, 255, .16);
	border-radius: 17px;
	content: "";
}

.video-play {
	display: grid;
	place-items: center;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	margin: 0 auto 18px;
	background: #fff;
	box-shadow: 0 15px 38px rgba(0, 0, 0, .24);
	color: var(--brand);
}

.video-play .icon {
	width: 34px;
	height: 34px;
}

.video-placeholder strong,
.video-placeholder small {
	position: relative;
	display: block;
}

.video-placeholder strong {
	font-size: 18px;
}

.video-placeholder small {
	max-width: 330px;
	margin: 6px auto 0;
	color: #b9cce2;
}

/* Generic content */
.content-shell,
.shop-shell {
	min-height: 55vh;
	padding-top: 46px;
	padding-bottom: 70px;
}

.narrow-content {
	max-width: 920px;
}

.page-heading {
	margin: 0 0 30px;
}

.page-heading h1 {
	margin: 0;
	font-size: clamp(27px, 4vw, 44px);
	font-weight: 950;
	line-height: 1.35;
	letter-spacing: -1px;
}

.page-heading time,
.archive-description {
	color: var(--muted);
}

.content-card {
	padding: clamp(24px, 4vw, 52px);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	box-shadow: var(--shadow-sm);
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content a {
	color: var(--brand);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 1.7em;
	line-height: 1.5;
}

.entry-content table {
	overflow: hidden;
	width: 100%;
	border-collapse: collapse;
	border-radius: 12px;
}

.entry-content th,
.entry-content td {
	padding: 12px;
	border: 1px solid var(--line);
}

.entry-content blockquote {
	padding: 18px 22px;
	border-right: 4px solid var(--brand);
	border-radius: 10px;
	margin-inline: 0;
	background: var(--brand-3);
}

.single-cover {
	overflow: hidden;
	border-radius: 18px;
	margin-bottom: 30px;
}

.single-cover img {
	display: block;
	width: 100%;
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.post-card {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	box-shadow: var(--shadow-sm);
}

.post-card-image {
	display: block;
	aspect-ratio: 16 / 10;
	background: var(--soft);
}

.post-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-card-content {
	padding: 22px;
}

.post-card-content time {
	color: var(--muted);
	font-size: 11px;
}

.post-card-content h2 {
	margin: 6px 0 10px;
	font-size: 18px;
	line-height: 1.65;
}

.post-card-content p {
	margin: 0;
	color: var(--muted);
}

.empty-state {
	padding: 45px;
	border: 1px dashed #cbd8e9;
	border-radius: var(--radius);
	background: var(--soft);
	text-align: center;
}

.empty-state > strong {
	display: block;
	color: var(--brand-3);
	font-size: 130px;
	font-weight: 950;
	line-height: 1;
	text-shadow: 1px 1px 0 #bfd6f3;
}

.site-search-form {
	display: flex;
	max-width: 560px;
	margin: 22px auto;
}

.site-search-form input {
	min-width: 0;
	flex: 1;
	height: 48px;
	padding: 0 15px;
	border: 1px solid #d5dfeb;
	border-radius: 0 12px 12px 0;
}

.site-search-form button {
	padding: 0 22px;
	border: 0;
	border-radius: 12px 0 0 12px;
	background: var(--brand);
	color: #fff;
	font-weight: 800;
}

.pagination,
.woocommerce-pagination {
	margin-top: 32px;
}

.nav-links,
.woocommerce nav.woocommerce-pagination ul {
	display: flex;
	gap: 7px;
	justify-content: center;
	border: 0 !important;
}

.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: grid;
	place-items: center;
	min-width: 40px;
	height: 40px;
	padding: 0 8px;
	border: 1px solid var(--line) !important;
	border-radius: 10px;
	background: #fff;
}

.page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li span.current {
	border-color: var(--brand) !important;
	background: var(--brand) !important;
	color: #fff;
}

/* WooCommerce archive and product page */
.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 24px;
	color: var(--muted);
	font-size: 12px;
}

.woocommerce-products-header {
	margin-bottom: 22px;
}

.woocommerce-products-header__title,
.woocommerce div.product .product_title {
	font-size: clamp(27px, 3vw, 40px);
	font-weight: 950;
	line-height: 1.45;
	letter-spacing: -.8px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-bottom: 24px;
}

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

.woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	gap: clamp(30px, 5vw, 70px);
	align-items: start;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	float: none;
	width: auto;
	margin: 0;
}

.woocommerce div.product div.images {
	position: sticky;
	top: 100px;
	padding: 17px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
}

.woocommerce div.product div.images img {
	border-radius: 15px;
}

.woocommerce div.product .summary {
	padding-top: 8px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--brand-2);
	font-size: 24px;
	font-weight: 950;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	color: #99a4b2;
	font-size: 15px;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	text-decoration: none;
}

.woocommerce-product-details__short-description {
	color: #526279;
}

.woocommerce div.product form.cart {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 22px 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.woocommerce .quantity .qty {
	width: 72px;
	height: 48px;
	border: 1px solid var(--line);
	border-radius: 12px;
}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
	min-height: 46px;
	padding: 12px 20px;
	border-radius: 12px;
	background: var(--brand);
	color: #fff;
	font-weight: 900;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover {
	background: var(--brand-2);
	color: #fff;
}

.woocommerce div.product .product_meta {
	display: grid;
	gap: 6px;
	padding-top: 18px;
	color: var(--muted);
	font-size: 12px;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .upsells {
	grid-column: 1 / -1;
	width: 100%;
	margin-top: 48px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	gap: 8px;
	padding: 0;
	border-bottom: 1px solid var(--line);
	margin: 0 0 25px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 0;
	border: 0;
	border-radius: 0;
	margin: 0;
	background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 13px 16px;
	border-bottom: 3px solid transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	border-color: var(--brand);
	color: var(--brand);
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 25px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
}

.product-audio-box {
	padding: 17px;
	border: 1px solid #d7e6fa;
	border-radius: 16px;
	margin: 19px 0;
	background: linear-gradient(135deg, #f5f9ff, #edf5ff);
}

.product-audio-title {
	display: flex;
	gap: 11px;
	align-items: center;
	margin-bottom: 12px;
}

.product-audio-title > span {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: var(--brand);
	color: #fff;
}

.product-audio-title p {
	display: grid;
	margin: 0;
	line-height: 1.5;
}

.product-audio-title small {
	margin-top: 4px;
	color: var(--muted);
}

.product-audio-box audio {
	display: block;
	width: 100%;
	height: 42px;
}

/* Cart, checkout and account */
.woocommerce table.shop_table {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: #fff;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 14px 16px;
	border-color: var(--line);
}

.woocommerce-cart table.cart img {
	width: 72px;
	border-radius: 10px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	padding: 23px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--soft);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
	min-height: 48px;
	padding: 10px 13px;
	border: 1px solid #d8e1ec;
	border-radius: 11px;
	background: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 26px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-checkout #payment {
	padding: 22px;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: var(--soft);
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-top-color: var(--brand);
	border-radius: 12px;
	background: var(--brand-3);
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--brand);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: right;
	width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: left;
	width: 71%;
}

.woocommerce-MyAccount-navigation ul {
	padding: 10px;
	border: 1px solid var(--line);
	border-radius: 16px;
	margin: 0;
	background: #fff;
	list-style: none;
}

.woocommerce-MyAccount-navigation a {
	display: block;
	padding: 10px 12px;
	border-radius: 9px;
}

.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover {
	background: var(--brand-3);
	color: var(--brand);
}

/* Footer */
.site-footer {
	padding-top: 64px;
	background: #071c34;
	color: #c9d7e7;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.45fr .7fr .75fr 1fr;
	gap: 50px;
}

.footer-wordmark {
	display: inline-flex;
	flex-direction: column;
	color: #fff;
	font-size: 34px;
	font-weight: 950;
	line-height: 1;
}

.footer-wordmark span {
	margin-top: 8px;
	color: #6faeff;
	direction: ltr;
	font-family: Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 1.7px;
}

.footer-about > p {
	max-width: 430px;
	margin: 20px 0;
	color: #9fb1c6;
}

.footer-contact {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
}

.footer-contact a {
	color: #fff;
	font-weight: 800;
}

.site-footer h2,
.site-footer .footer-widget-title {
	margin: 5px 0 18px;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
}

.footer-menu,
.footer-menu-column .menu,
.footer-service-column ul {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-menu a,
.footer-menu-column .menu a,
.footer-service-column a {
	color: #9fb1c6;
}

.footer-menu a:hover,
.footer-menu-column .menu a:hover,
.footer-service-column a:hover {
	color: #fff;
}

.footer-menu .sub-menu {
	display: none;
}

.footer-trust p {
	margin: 0 0 15px;
	color: #9fb1c6;
}

.trust-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.trust-pills span {
	padding: 6px 10px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 8px;
	color: #d9e6f4;
	font-size: 10px;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 24px;
	padding-bottom: 24px;
	border-top: 1px solid rgba(255, 255, 255, .09);
	margin-top: 48px;
	color: #7f94aa;
	font-size: 11px;
}

.footer-bottom p {
	margin: 0;
}

.footer-bottom a {
	color: #b8caDD;
}

/* Responsive */
@media (max-width: 1120px) {
	.header-main {
		grid-template-columns: 205px minmax(250px, 1fr) auto;
		gap: 20px;
	}

	.header-shipping {
		display: none;
	}

	.site-navigation .menu > li > a {
		padding-inline: 13px;
	}

	.site-navigation .menu > li > a::after {
		right: 13px;
		left: 13px;
	}

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

	.footer-grid {
		grid-template-columns: 1.25fr .75fr .8fr;
	}

	.footer-trust,
	.footer-widgets {
		grid-column: 1 / -1;
	}
}

@media (max-width: 860px) {
	.shell {
		width: min(calc(100% - 28px), var(--shell));
	}

	.site-header.is-scrolled {
		position: sticky;
	}

	.header-main,
	.site-header.is-scrolled .header-main {
		grid-template-columns: auto 1fr auto;
		gap: 13px;
		min-height: 75px;
	}

	.mobile-menu-toggle {
		display: grid;
		place-items: center;
		width: 43px;
		height: 43px;
		padding: 0;
		border: 1px solid var(--line);
		border-radius: 13px;
		background: #fff;
		color: var(--brand);
	}

	.mobile-menu-toggle[aria-expanded="false"] .menu-close-icon,
	.mobile-menu-toggle[aria-expanded="true"] .menu-open-icon {
		display: none;
	}

	.site-branding {
		justify-content: center;
	}

	.custom-logo {
		max-width: 150px;
		max-height: 52px;
	}

	.wordmark-cart {
		width: 40px;
		height: 40px;
		border-radius: 12px;
	}

	.wordmark-cart .icon {
		width: 23px;
		height: 23px;
	}

	.wordmark-text {
		font-size: 25px;
	}

	.header-search,
	.header-promise,
	.header-nav-wrap .header-actions .account-action {
		display: none;
	}

	.header-nav-wrap {
		border: 0;
	}

	.hero-slide[data-slide="0"] .hero-overlay {
		padding: 30px 34px 46px 22px;
	}

	.hero-slide[data-slide="0"] .hero-overlay h1 {
		font-size: clamp(30px, 5.3vw, 42px);
	}

	.hero-slide[data-slide="0"] .hero-copy {
		font-size: clamp(23px, 3.7vw, 29px);
	}

	.nav-row {
		min-height: 0;
	}

	.site-navigation {
		position: fixed;
		top: 75px;
		right: 0;
		bottom: 0;
		z-index: 90;
		display: block;
		width: min(85vw, 360px);
		padding: 18px;
		background: #fff;
		box-shadow: -20px 0 50px rgba(7, 28, 52, .14);
		opacity: 0;
		visibility: hidden;
		transform: translateX(105%);
		transition: .22s ease;
	}

	.site-navigation.is-open {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}

	.site-navigation .menu {
		display: grid;
		align-content: start;
	}

	.site-navigation .menu > li,
	.site-navigation .menu > li > a {
		display: block;
	}

	.site-navigation .menu > li > a {
		padding: 13px 12px;
		border-bottom: 1px solid var(--line);
	}

	.site-navigation .menu > li > a::after {
		display: none;
	}

	.site-navigation .sub-menu {
		position: static;
		display: block;
		min-width: 0;
		padding: 5px 15px 10px 0;
		border: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.header-actions {
		position: absolute;
		top: 16px;
		left: 14px;
	}

	.header-action {
		width: 43px;
		height: 43px;
		justify-content: center;
		padding: 0;
		border: 1px solid var(--line);
		border-radius: 13px;
	}

	.header-action > span {
		display: none;
	}

	.cart-count {
		position: absolute;
		top: -7px;
		left: -5px;
	}

	.mobile-search {
		display: block;
		padding-top: 10px;
	}

	.product-search-form {
		height: 48px;
	}

	.home-main {
		padding-top: 14px;
	}

	.hero-slider,
	.hero-slides,
	.hero-overlay {
		min-height: 440px;
	}

	.hero-overlay {
		width: 68%;
		padding: 48px 42px;
	}

	.hero-overlay h1 {
		font-size: 38px;
	}

	.service-item {
		padding: 14px;
	}

	.service-item small {
		display: none;
	}

	.video-layout {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.woocommerce div.product {
		grid-template-columns: 1fr;
	}

	.woocommerce div.product div.images {
		position: static;
	}

	.post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.footer-grid {
		grid-template-columns: 1.25fr .75fr;
	}

	.footer-service-column {
		grid-column: 2;
	}

	.footer-trust,
	.footer-widgets {
		grid-column: 1 / -1;
	}
}

@media (max-width: 620px) {
	body {
		font-size: 14px;
	}

	.shell {
		width: min(calc(100% - 22px), var(--shell));
	}

	.wordmark {
		gap: 7px;
	}

	.wordmark-text {
		font-size: 21px;
		letter-spacing: -.8px;
	}

	.wordmark-text small {
		display: none;
	}

	.hero-slider,
	.hero-slides,
	.hero-overlay {
		min-height: 430px;
	}

	.hero-slide > img {
		object-position: 62% center;
	}

	.hero-slide[data-slide="0"] > img {
		bottom: auto;
		height: 46%;
		object-fit: cover;
		object-position: left center;
	}

	.hero-slide::after {
		position: absolute;
		inset: 0;
		background: linear-gradient(270deg, rgba(238, 246, 255, .98) 15%, rgba(238, 246, 255, .83) 65%, rgba(238, 246, 255, .36));
		content: "";
	}

	.hero-slide[data-slide="0"]::after {
		background: linear-gradient(180deg, rgba(238, 246, 255, 0) 30%, rgba(238, 246, 255, .96) 52%, #eef6ff 100%);
	}

	.hero-overlay {
		width: 100%;
		padding: 40px 25px 68px;
	}

	.hero-slide[data-slide="0"] .hero-overlay {
		top: 42%;
		bottom: 0;
		justify-content: flex-start;
		width: 100%;
		height: 58%;
		min-height: 0;
		padding: 10px 24px 54px;
	}

	.hero-slide[data-slide="0"] .hero-overlay h1 {
		max-width: 100%;
		font-size: 31px;
		line-height: 1.28;
	}

	.hero-slide[data-slide="0"] .hero-copy {
		max-width: 100%;
		margin: 0 0 15px;
		font-size: 24px;
		line-height: 1.35;
	}

	.hero-overlay h1 {
		max-width: 90%;
		font-size: 32px;
		letter-spacing: -1px;
	}

	.hero-copy {
		max-width: 87%;
		font-size: 13px;
	}

	.slider-arrow {
		display: none;
	}

	.service-strip {
		grid-template-columns: 1fr;
	}

	.service-item {
		justify-content: flex-start;
		min-height: 73px;
	}

	.service-item + .service-item {
		border-top: 1px solid var(--line);
		border-right: 0;
	}

	.service-item small {
		display: block;
	}

	.store-section {
		margin-top: 58px;
	}

	.section-tint {
		width: min(calc(100% - 22px), var(--shell));
		padding: 26px 12px;
	}

	.section-heading {
		align-items: flex-start;
		margin-bottom: 20px;
	}

	.section-heading h2 {
		font-size: 25px;
	}

	.section-heading p {
		font-size: 12px;
	}

	.section-heading > a {
		display: none;
	}

	ul.products,
	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	ul.products li.product,
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		padding: 8px 8px 12px;
		border-radius: 15px;
	}

	ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: 43px;
		font-size: 12px !important;
		line-height: 1.75;
	}

	ul.products li.product .price,
	.woocommerce ul.products li.product .price {
		font-size: 12px !important;
	}

	ul.products li.product .button,
	.woocommerce ul.products li.product .button {
		min-height: 38px;
		padding: 7px 5px;
		font-size: 10px;
	}

	.woocommerce span.onsale,
	span.onsale {
		top: 13px !important;
		right: 13px !important;
		min-width: 34px;
		min-height: 24px;
		padding: 2px 5px;
		font-size: 9px;
	}

	.haminja-badges {
		top: 13px;
		left: 13px;
	}

	.haminja-badges span {
		padding: 4px 5px;
		font-size: 7px;
	}

	.intro-video-section {
		margin-top: 65px;
		padding: 55px 0;
	}

	.video-frame,
	.video-frame iframe,
	.video-frame video,
	.video-frame .wp-video,
	.video-frame .wp-video-shortcode {
		min-height: 220px;
	}

	.content-shell,
	.shop-shell {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	.content-card {
		padding: 22px 17px;
	}

	.post-grid {
		grid-template-columns: 1fr;
	}

.woocommerce div.product form.cart {
		align-items: stretch;
		flex-wrap: wrap;
	}

	.woocommerce div.product form.cart .button {
		flex: 1;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs {
		overflow-x: auto;
		white-space: nowrap;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		float: none;
		width: 100%;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		margin-top: 25px;
	}

	.footer-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.footer-service-column,
	.footer-trust,
	.footer-widgets {
		grid-column: auto;
	}

	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}
}

.woocommerce div.product form.cart.variations_form,
.woocommerce div.product form.cart.grouped_form {
	display: block;
}

.woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart .group_table {
	width: 100%;
	margin-bottom: 18px;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .group_table td {
	padding: 8px 5px;
}

.woocommerce div.product .woocommerce-variation-add-to-cart {
	display: flex;
	gap: 10px;
	align-items: center;
}

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