/*
Theme Name: TAK Superbest Storefront Child
Template: storefront
Version: 1.0.0
*/

:root {
	--tak-navy: #061b3a;
	--tak-navy-dark: #031127;
	--tak-blue: #0868d7;
	--tak-blue-dark: #064995;
	--tak-teal: #0b83a5;
	--tak-orange: #14a6c8;
	--tak-orange-dark: #0b83a5;
	--tak-sale-red: #dc2626;
	--tak-ink: #0b172a;
	--tak-muted: #5f7088;
	--tak-line: #d7e2ef;
	--tak-soft: #f4f8fc;
	--tak-soft-blue: #eaf5fb;
	--tak-footer: #061b3a;
	--tak-page-gutter: 24px;
	--tak-content-max: 1280px;
	--tak-radius: 7px;
	--tak-space-section: 34px;
	--tak-hover-border: #8eb6cf;
}

* {
	box-sizing: border-box;
}

html,
body {
	min-height: 100%;
}

body {
	background: #ffffff;
	color: var(--tak-ink);
	font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 15px;
	margin: 0;
}

#page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.site-content {
	flex: 1 0 auto;
}

.site-footer {
	flex-shrink: 0;
}

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

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

button,
input,
select {
	font: inherit;
}

button,
.button {
	cursor: pointer;
}


.screen-reader-text,
.skip-link {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.col-full,
.site-content>.col-full,
.site-footer>.col-full,
.header-widget-region .col-full {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--tak-content-max);
	padding-left: 0;
	padding-right: 0;
	width: calc(100% - (var(--tak-page-gutter) * 2));
}

.site-main .tak-home-hero>.col-full,
.site-main .tak-home-section>.col-full {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
	width: 100%;
}

.site-main {
	padding: 0px 0 36px;
}


/* Header */
.tak-top-banner {
	background: var(--tak-navy-dark);
	color: #ffffff;
	font-size: 12px;
	line-height: 1.35;
	position: sticky;
	top: 0;
	z-index: 1000;
}

.tak-top-banner__inner {
	align-items: center;
	display: flex;
	gap: 22px;
	justify-content: space-between;
	min-height: 36px;
}

.tak-top-banner__trust,
.tak-top-banner__contact,
.tak-top-banner__socials,
.tak-top-banner__item,
.tak-top-banner__phones-text {
	align-items: center;
	display: flex;
}

.tak-top-banner__brand {
	align-items: center;
	color: #ffffff;
	display: none;
	font-size: 13px;
	font-weight: 400;
	gap: 8px;
	line-height: 1.1;
	text-transform: uppercase;
}

.tak-top-banner__logo {
	height: 28px;
	width: auto;
}

.tak-top-banner__mark {
	align-items: center;
	background: var(--tak-blue);
	border: 1px solid rgba(216, 138, 34, .65);
	border-radius: calc(var(--tak-radius) - 2px);
	display: inline-flex;
	font-size: 11px;
	height: 28px;
	justify-content: center;
	width: 38px;
}

.tak-top-banner__trust {
	flex: 1 1 auto;
	gap: 28px;
	justify-content: flex-start;
	min-width: 0;
}

.tak-top-banner__contact {
	flex: 0 1 auto;
	gap: 22px;
	justify-content: flex-end;
	min-width: 0;
}

.tak-top-banner__socials {
	gap: 10px;
}

.tak-top-banner__item {
	gap: 7px;
	white-space: nowrap;
}

.tak-top-banner__item .dashicons {
	color: #bfe8f3;
	font-size: 15px;
	height: 15px;
	line-height: 15px;
	width: 15px;
}

.tak-top-banner__truck {
	color: #bfe8f3;
	fill: currentColor;
	height: 18px;
	width: 22px;
}

.tak-top-banner__phones-text {
	gap: 6px;
	min-width: 0;
}

.tak-top-banner__socials a {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 999px;
	display: flex;
	font-size: 10px;
	font-weight: 400;
	height: 22px;
	justify-content: center;
	text-transform: uppercase;
	width: 22px;
}

.site-header {
	background: #ffffff;
	border-bottom: 1px solid var(--tak-line);
}

.site-header>.col-full {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(140px, auto) max-content minmax(180px, 1fr) max-content max-content;
	min-height: 72px;
}

.site-branding {
	align-items: center;
	display: flex;
	gap: 12px;
	min-width: 0;
	overflow: hidden;
}

body:not(.wp-custom-logo) .site-branding::before {
	align-items: center;
	background: linear-gradient(135deg, var(--tak-blue) 0%, var(--tak-teal) 62%, var(--tak-navy) 100%);
	border: 2px solid rgba(216, 138, 34, .65);
	border-radius: var(--tak-radius);
	color: #ffffff;
	content: "TAK";
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 17px;
	font-weight: 400;
	height: 46px;
	justify-content: center;
	letter-spacing: .04em;
	width: 58px;
}

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

.site-branding .custom-logo {
	height: auto;
	max-height: 56px;
	width: auto;
}

.site-title {
	color: var(--tak-navy);
	font-size: 21px;
	font-weight: 400;
	line-height: 1.15;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.site-description {
	color: var(--tak-teal);
	font-size: 12px;
	font-weight: 400;
	margin: 3px 0 0;
}

.site-search,
.widget_product_search,
.woocommerce-product-search {
	min-width: 0;
	width: 100%;
}

.woocommerce-product-search {
	display: flex;
}

.woocommerce-product-search input[type="search"] {
	background: #f7fafc;
	border: 1px solid var(--tak-line);
	border-radius: var(--tak-radius) 0 0 var(--tak-radius);
	color: var(--tak-ink);
	height: 44px;
	min-width: 0;
	padding: 0 14px;
	width: 100%;
}

.woocommerce-product-search button[type="submit"] {
	background: var(--tak-blue);
	border: 0;
	border-radius: 0 var(--tak-radius) var(--tak-radius) 0;
	color: #ffffff;
	font-weight: 400;
	min-width: 86px;
	padding: 0 16px;
}

.tak-header-account {
	align-items: center;
	border: 1px solid var(--tak-line);
	border-radius: var(--tak-radius);
	display: flex;
	gap: 9px;
	min-height: 44px;
	padding: 0 12px;
	white-space: nowrap;
}

.tak-header-account .dashicons {
	color: var(--tak-teal);
}

.tak-header-account strong,
.tak-header-account small {
	display: block;
}

.tak-header-account strong {
	font-size: 13px;
}

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

.site-header-cart {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--tak-line);
	border-radius: var(--tak-radius);
	color: var(--tak-navy);
	display: flex;
	font-size: 12px;
	font-weight: 400;
	gap: 10px;
	min-height: 44px;
	padding: 0 12px 0 10px;
	position: relative;
	white-space: nowrap;
}

.site-header-cart .cart-contents::before {
	color: var(--tak-blue);
	content: "\f174";
	display: inline-block;
	font-family: dashicons;
	font-size: 25px;
	font-weight: 400;
	height: 28px;
	line-height: 28px;
	position: relative;
	width: 28px;
}

.site-header-cart .cart-contents>.amount {
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
}

.site-header-cart .cart-contents .count {
	align-items: center;
	background: var(--tak-sale-red);
	border: 2px solid #ffffff;
	border-radius: 999px;
	color: #ffffff;
	display: flex;
	font-size: 10px;
	font-weight: 400;
	height: 19px;
	justify-content: center;
	left: 26px;
	line-height: 1;
	min-width: 19px;
	padding: 0 5px;
	position: absolute;
	top: -7px;
}

.site-header-cart .cart-contents:hover {
	border-color: var(--tak-hover-border);
	color: var(--tak-navy);
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.woocommerce-message,
.woocommerce-info:empty,
.woocommerce-error:empty {
	display: none;
}

.products .added_to_cart,
.tak-product-card .added_to_cart {
	display: none;
}

.tak-cart-snackbar {
	align-items: center;
	background: var(--tak-navy);
	border: 1px solid rgba(20, 166, 200, .35);
	border-radius: var(--tak-radius);
	color: #ffffff;
	display: flex;
	font-size: 13px;
	font-weight: 400;
	gap: 9px;
	max-width: min(360px, calc(100vw - (var(--tak-page-gutter) * 2)));
	min-height: 46px;
	padding: 0 14px;
	position: fixed;
	right: var(--tak-page-gutter);
	top: 46px;
	transform: translateY(-12px);
	opacity: 0;
	pointer-events: none;
	transition: opacity .22s ease, transform .22s ease;
	z-index: 1002;
}

.tak-cart-snackbar::before {
	align-items: center;
	background: var(--tak-orange);
	border-radius: 999px;
	color: var(--tak-navy);
	content: "\f147";
	display: inline-flex;
	font-family: dashicons;
	font-size: 16px;
	font-weight: 400;
	height: 22px;
	justify-content: center;
	line-height: 22px;
	width: 22px;
}

.tak-cart-snackbar.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.tak-checkout-ready {
	background: var(--tak-blue);
	border-color: var(--tak-blue);
	color: #ffffff;
}

/* Navigation strip */
.tak-nav-strip {
	background: var(--tak-navy);
	color: #ffffff;
}

.tak-nav-strip__inner {
	align-items: stretch;
	display: flex;
	min-height: 50px;
	overflow: visible;
}

.tak-nav-strip__categories,
.tak-nav-strip__links a {
	align-items: center;
	border: 0;
	display: inline-flex;
	font-size: 13px;
	font-weight: 400;
	min-height: 50px;
	white-space: nowrap;
}

.tak-nav-strip__category-menu {
	flex: 0 0 auto;
	position: relative;
}

.tak-nav-strip__categories {
	background: var(--tak-blue);
	color: #ffffff;
	gap: 8px;
	justify-content: center;
	padding: 0 24px;
	text-transform: uppercase;
}

.tak-nav-strip__categories:hover,
.tak-nav-strip__categories:focus,
.tak-nav-strip__category-menu.is-open .tak-nav-strip__categories {
	background: var(--tak-blue-dark);
}

.tak-nav-strip__categories .dashicons {
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	width: 16px;
}

.tak-nav-strip__dropdown {
	background: #ffffff;
	border: 1px solid var(--tak-line);
	border-radius: 0 0 var(--tak-radius) var(--tak-radius);
	left: 0;
	min-width: 260px;
	padding: 8px;
	position: absolute;
	top: 100%;
	z-index: 1001;
}

.tak-nav-strip__dropdown a {
	align-items: center;
	border-radius: calc(var(--tak-radius) - 2px);
	color: var(--tak-ink);
	display: flex;
	font-size: 13px;
	font-weight: 400;
	min-height: 38px;
	padding: 0 12px;
}

.tak-nav-strip__dropdown a:hover,
.tak-nav-strip__dropdown a:focus {
	background: var(--tak-soft-blue);
	color: var(--tak-blue-dark);
}

.tak-header-category-menu .tak-nav-strip__categories {
	background: #ffffff;
	border: 1px solid var(--tak-line);
	border-radius: var(--tak-radius);
	color: var(--tak-navy);
	min-height: 44px;
	padding: 0 14px;
	text-transform: none;
}

.tak-header-category-menu .tak-nav-strip__categories:hover,
.tak-header-category-menu .tak-nav-strip__categories:focus,
.tak-header-category-menu.is-open .tak-nav-strip__categories {
	background: var(--tak-soft-blue);
	border-color: var(--tak-hover-border);
	color: var(--tak-blue-dark);
}

.tak-header-category-menu .tak-nav-strip__dropdown {
	border-radius: var(--tak-radius);
	margin-top: 8px;
}

.tak-nav-strip__links {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
}

.tak-nav-strip__links a {
	gap: 7px;
	padding: 0 22px;
	position: relative;
}

.tak-nav-strip__links .dashicons {
	display: none;
	font-size: 18px;
	height: 18px;
	line-height: 18px;
	width: 18px;
}

.tak-nav-strip__links a:hover,
.tak-nav-strip__links a:focus,
.tak-nav-strip__links a.is-active {
	background: rgba(255, 255, 255, .09);
}

.tak-nav-strip__links a:hover::after,
.tak-nav-strip__links a:focus::after,
.tak-nav-strip__links a.is-active::after {
	background: var(--tak-orange);
	bottom: 0;
	content: "";
	height: 3px;
	left: 22px;
	position: absolute;
	right: 22px;
}

/* Home */
.tak-home-hero {
	margin: 0 0 var(--tak-space-section);
}

.tak-home-slider {
	background: var(--tak-soft-blue);
	border: 1px solid var(--tak-line);
	border-radius: var(--tak-radius);
	min-height: 420px;
	overflow: hidden;
	position: relative;
}

.tak-home-slide {
	align-items: center;
	background: linear-gradient(115deg, #f8fcff 0%, #eaf5fb 44%, #f2f6fb 100%);
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(260px, .8fr) minmax(300px, 1.2fr);
	inset: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	transition: opacity .35s ease, visibility .35s ease;
	visibility: hidden;
}

.tak-home-slide.is-active,
.tak-home-slide:first-child:last-child {
	opacity: 1;
	visibility: visible;
}

.tak-home-slide__copy strong {
	color: var(--tak-navy);
	display: block;
	font-size: 38px;
	font-weight: 400;
	line-height: 1.08;
	margin-bottom: 14px;
	max-width: 520px;
}

.tak-home-slide__copy {
	padding: 42px 0 42px 58px;
}

.tak-home-slide__copy span {
	color: #31445d;
	display: block;
	font-size: 16px;
	line-height: 1.5;
	max-width: 440px;
}

.tak-home-slide__button {
	align-items: center;
	background: var(--tak-blue);
	border-radius: var(--tak-radius);
	color: #ffffff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 400;
	justify-content: center;
	margin-top: 24px;
	min-height: 44px;
	padding: 0 24px;
	text-transform: uppercase;
}

.tak-home-slide__button:hover,
.tak-home-slide__button:focus {
	background: var(--tak-blue-dark);
	color: #ffffff;
}

.tak-home-slide img {
	height: 100%;
	justify-self: end;
	object-fit: contain;
	object-position: right center;
	width: 100%;
}

.tak-home-slider__dots {
	bottom: 22px;
	display: flex;
	gap: 8px;
	left: 58px;
	position: absolute;
}

.tak-home-slider__dots span {
	background: #b9c6d8;
	border-radius: 999px;
	height: 8px;
	width: 22px;
}

.tak-home-slider__dots span.is-active {
	background: var(--tak-orange);
}

.tak-home-section {
	margin: var(--tak-space-section) 0;
}

.tak-section-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
}

.tak-section-header--centered {
	justify-content: center;
	text-align: center;
}

.tak-section-header h2 {
	color: var(--tak-navy);
	display: inline-flex;
	font-size: 22px;
	font-weight: 400;
	gap: .3em;
	line-height: 1.15;
	margin: 0;
}

.tak-section-header__accent {
	padding-bottom: 9px;
	position: relative;
}

.tak-section-header__accent::after {
	background: var(--tak-orange);
	border-radius: 999px;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}

.tak-section-header a {
	align-items: center;
	color: var(--tak-blue-dark);
	display: inline-flex;
	font-size: 12px;
	font-weight: 400;
	gap: 6px;
	padding-bottom: 4px;
	position: relative;
	text-transform: uppercase;
}

.tak-section-header a::after {
	background: currentColor;
	border-radius: 999px;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.tak-category-tiles__header {
	align-items: center;
	gap: 12px;
	justify-content: center;
	text-align: center;
}

.tak-category-tiles__control {
	align-items: center;
	appearance: none;
	background: #ffffff;
	border: 1px solid var(--tak-line);
	border-radius: 999px;
	color: var(--tak-navy);
	display: inline-flex;
	height: 38px;
	justify-content: center;
	padding: 0;
	transition: border-color .18s ease, color .18s ease, background-color .18s ease;
	width: 38px;
}

.tak-category-tiles__control:hover,
.tak-category-tiles__control:focus {
	background: var(--tak-soft);
	border-color: var(--tak-hover-border);
	color: var(--tak-blue);
	outline: none;
}

.tak-category-tiles__control:disabled {
	color: #aeb9c8;
	cursor: default;
	opacity: .58;
}

.tak-category-tiles__control .dashicons {
	font-size: 18px;
	height: 18px;
	width: 18px;
}

.tak-category-tiles {
	display: grid;
	gap: 14px;
	grid-auto-columns: 240px;
	grid-auto-flow: column;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding-bottom: 8px;
	scroll-snap-type: inline proximity;
	scrollbar-width: thin;
}

.tak-category-tile {
	align-items: center;
	aspect-ratio: 16 / 9;
	background: var(--tak-soft);
	border: 1px solid #e6edf5;
	border-radius: var(--tak-radius);
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
	padding: 0;
	position: relative;
	scroll-snap-align: start;
}

.tak-category-tile:hover,
.tak-category-tile:focus {
	border-color: var(--tak-hover-border);
	color: var(--tak-teal);
}

.tak-category-tile img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.tak-category-tile span {
	background: linear-gradient(180deg, rgba(3, 17, 39, 0) 0%, rgba(3, 17, 39, .78) 100%);
	bottom: 0;
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	left: 0;
	line-height: 1.25;
	padding: 28px 10px 10px;
	position: absolute;
	right: 0;
	text-align: center;
}

.tak-category-banner {
	align-items: center;
	display: flex;
	gap: clamp(24px, 4vw, 52px);
	margin: 10px 0 34px;
}

.tak-category-banner__description {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	flex: 0 0 30%;
	gap: 12px;
	justify-content: center;
	min-width: 0;
}

.tak-category-banner__description::before {
	background: var(--tak-blue);
	border-radius: 999px;
	content: "";
	display: block;
	height: 3px;
	width: 46px;
}

.tak-category-banner__eyebrow {
	color: var(--tak-blue);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.tak-category-banner__description h1 {
	color: var(--tak-ink);
	font-size: clamp(32px, 3.2vw, 50px);
	font-weight: 700;
	line-height: 1.02;
	margin: 0;
	max-width: 360px;
	text-wrap: balance;
}

.tak-category-banner__description p {
	color: var(--tak-muted);
	font-size: clamp(15px, 1.05vw, 17px);
	line-height: 1.55;
	margin: 2px 0 0;
	max-width: 360px;
}

.tak-category-banner__media {
	flex: 1 1 70%;
	min-width: 0;
}

.tak-category-banner img {
	aspect-ratio: 16 / 9;
	background: var(--tak-soft);
	border: 1px solid rgba(8, 104, 215, .14);
	border-radius: 10px;
	height: auto;
	max-height: 340px;
	object-fit: cover;
	width: 100%;
}

/* Products */
.tak-product-grid,
.woocommerce ul.products,
.woocommerce-page ul.products {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	list-style: none;
	margin: 0 0 34px;
	padding: 0;
}

.tak-product-card,
.woocommerce ul.products li.product {
	background: #ffffff;
	border: 1px solid #dce5f0;
	border-radius: var(--tak-radius);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	position: relative;
}

.tak-product-card:hover {
	border-color: var(--tak-hover-border);
}

.tak-product-card__badge {
	background: var(--tak-sale-red);
	border-radius: calc(var(--tak-radius) - 1px);
	color: #ffffff;
	font-size: 10px;
	font-weight: 400;
	left: 12px;
	line-height: 1;
	padding: 6px 8px;
	position: absolute;
	text-transform: uppercase;
	top: 12px;
	z-index: 6;
}

.tak-product-card__image {
	align-items: center;
	aspect-ratio: 1 / 1;
	background: linear-gradient(180deg, #ffffff 0%, var(--tak-soft) 100%);
	display: block;
	display: flex;
	justify-content: center;
	padding: 14px;
	width: 100%;
}

.tak-product-card__image img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.tak-product-card h3 {
	color: var(--tak-navy);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
	margin: 12px 14px 3px;
}

.tak-product-card__price {
	color: var(--tak-navy);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.35;
	margin: 0 14px 10px;
}

.tak-product-card__price del {
	color: #8a95a6;
	font-size: 12px;
	font-weight: 400;
	margin-right: 6px;
}

.tak-product-card__rating {
	align-items: center;
	color: #8a95a6;
	display: flex;
	font-size: 12px;
	gap: 6px;
	line-height: 1;
	margin: 0 14px 12px;
	min-height: 14px;
}

.tak-product-card__rating-stars {
	color: #d7dee8;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}

.tak-product-card__rating-stars::before {
	color: #f5a400;
	content: "★★★★★";
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: var(--tak-rating-width);
}

.tak-product-card__button {
	align-items: center;
	background: #ffffff;
	border: 1px solid #cdd9e8;
	border-radius: calc(var(--tak-radius) - 1px);
	color: var(--tak-navy);
	display: flex;
	font-size: 13px;
	font-weight: 400;
	gap: 8px;
	justify-content: center;
	margin: auto 14px 14px;
	min-height: 38px;
	position: relative;
	z-index: 7;
}

.tak-product-card__button:hover {
	background: var(--tak-blue);
	border-color: var(--tak-blue);
	color: #ffffff;
}

.tak-product-card__button.tak-checkout-ready,
.single-product div.product .single_add_to_cart_button.tak-checkout-ready {
	background: var(--tak-blue);
	border-color: var(--tak-blue);
	color: #ffffff;
}

/* Single product */
.single-product div.product {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(280px, .95fr) minmax(320px, 1.05fr);
	position: relative;
}

.single-product div.product .onsale {
	background: var(--tak-sale-red);
	border-radius: var(--tak-radius);
	color: #ffffff;
	font-size: 11px;
	font-weight: 400;
	left: 14px;
	line-height: 1;
	padding: 7px 9px;
	position: absolute;
	text-transform: uppercase;
	top: 14px;
	z-index: 4;
}

.single-product div.product .woocommerce-product-gallery {
	background: linear-gradient(180deg, #ffffff 0%, var(--tak-soft) 100%);
	border: 1px solid var(--tak-line);
	border-radius: var(--tak-radius);
	overflow: hidden;
	position: relative;
}

.single-product div.product .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.single-product div.product .woocommerce-product-gallery__image {
	align-items: center;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	padding: 28px;
}

.single-product div.product .woocommerce-product-gallery img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.single-product div.product .woocommerce-product-gallery__trigger {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--tak-line);
	border-radius: 999px;
	display: flex;
	height: 38px;
	justify-content: center;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 38px;
	z-index: 3;
}

.single-product div.product .summary {
	align-self: start;
	background: #ffffff;
	border: 1px solid var(--tak-line);
	border-radius: var(--tak-radius);
	max-width: 520px;
	padding: 24px;
}

.single-product .product_title {
	color: var(--tak-navy);
	font-size: 30px;
	font-weight: 400;
	line-height: 1.12;
	margin: 0 0 12px;
}

.single-product div.product .summary .price {
	color: var(--tak-navy);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
}

.single-product div.product .summary .price del {
	color: var(--tak-muted);
	font-size: 15px;
	font-weight: 400;
	margin-right: 8px;
}

.single-product div.product .summary .price ins {
	text-decoration: none;
}

.single-product .woocommerce-product-details__short-description {
	color: var(--tak-muted);
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 18px;
}

.single-product div.product form.cart {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 18px;
}

.single-product div.product .quantity {
	align-items: stretch;
	display: inline-flex;
	height: 44px;
}

.tak-qty-stepper {
	align-items: center;
	background: var(--tak-soft);
	border: 1px solid var(--tak-line);
	color: var(--tak-navy);
	display: inline-flex;
	font-size: 18px;
	font-weight: 400;
	height: 44px;
	justify-content: center;
	padding: 0;
	width: 38px;
}

.tak-qty-stepper:hover,
.tak-qty-stepper:focus {
	background: var(--tak-soft-blue);
	border-color: var(--tak-blue);
	color: var(--tak-blue-dark);
}

.tak-qty-stepper--minus {
	border-radius: var(--tak-radius) 0 0 var(--tak-radius);
}

.tak-qty-stepper--plus {
	border-radius: 0 var(--tak-radius) var(--tak-radius) 0;
}

.single-product div.product .quantity input.qty {
	background: #ffffff;
	border: 1px solid var(--tak-line);
	border-left: 0;
	border-radius: 0;
	border-right: 0;
	color: var(--tak-ink);
	height: 44px;
	text-align: center;
	width: 58px;
}

.single-product div.product .single_add_to_cart_button,
.single-product #respond input#submit {
	background: var(--tak-blue);
	border: 0;
	border-radius: var(--tak-radius);
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	min-height: 44px;
	min-width: 170px;
	padding: 0 22px;
}

.single-product div.product .single_add_to_cart_button:hover,
.single-product div.product .single_add_to_cart_button:focus,
.single-product #respond input#submit:hover,
.single-product #respond input#submit:focus {
	background: var(--tak-blue-dark);
	color: #ffffff;
}

.single-product div.product .product_meta {
	border-top: 1px solid var(--tak-line);
	color: var(--tak-muted);
	display: grid;
	font-size: 13px;
	gap: 6px;
	padding-top: 14px;
}

.single-product div.product .product_meta a {
	color: var(--tak-blue);
	font-weight: 400;
}

.single-product div.product .woocommerce-tabs,
.single-product div.product .related.products {
	grid-column: 1 / -1;
}

.single-product div.product .woocommerce-tabs {
	border: 1px solid var(--tak-line);
	border-radius: var(--tak-radius);
	overflow: hidden;
}

.single-product div.product .wc-tabs {
	background: var(--tak-soft);
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.single-product div.product .wc-tabs li a {
	display: block;
	font-size: 13px;
	font-weight: 400;
	padding: 14px 18px;
}

.single-product div.product .wc-tabs li.active a {
	background: #ffffff;
	color: var(--tak-blue);
}

.single-product div.product .woocommerce-Tabs-panel {
	background: #ffffff;
	color: var(--tak-ink);
	font-size: 14px;
	line-height: 1.6;
	padding: 20px;
}

.single-product div.product .woocommerce-Tabs-panel h2,
.single-product div.product .related.products h2 {
	color: var(--tak-navy);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
}

.single-product #review_form textarea,
.single-product #review_form input[type="text"],
.single-product #review_form input[type="email"] {
	border: 1px solid var(--tak-line);
	border-radius: var(--tak-radius);
	min-height: 42px;
	padding: 10px 12px;
	width: 100%;
}

.single-product #review_form textarea {
	min-height: 130px;
}

.single-product .storefront-product-pagination {
	display: none;
}

/* My account */
.woocommerce-account .entry-title {
	color: var(--tak-navy);
	font-size: 30px;
	font-weight: 400;
	line-height: 1.12;
	margin: 0 0 24px;
}

.tak-account-layout {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: 270px minmax(0, 1fr);
}

.tak-account-sidebar,
.tak-account-content,
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
	background: #ffffff;
	border: 1px solid var(--tak-line);
	border-radius: var(--tak-radius);
}

.tak-account-sidebar {
	overflow: hidden;
	position: sticky;
	top: 56px;
}

.tak-account-nav__list {
	display: grid;
	list-style: none;
	margin: 0;
	padding: 8px;
}

.tak-account-nav li {
	margin: 0;
}

.tak-account-nav a {
	align-items: center;
	border-radius: calc(var(--tak-radius) - 2px);
	color: var(--tak-muted);
	display: flex;
	font-size: 14px;
	font-weight: 400;
	gap: 10px;
	min-height: 44px;
	padding: 0 12px;
}

.tak-account-nav a:hover,
.tak-account-nav a:focus,
.tak-account-nav .is-active a,
.tak-account-nav a[aria-current="page"] {
	background: var(--tak-soft-blue);
	color: var(--tak-blue-dark);
}

.tak-account-nav .dashicons {
	color: currentColor;
	font-size: 18px;
	height: 18px;
	line-height: 18px;
	width: 18px;
}

.tak-account-content {
	min-width: 0;
	padding: 24px;
}

.tak-account-content>p:first-child {
	margin-top: 0;
}

.tak-account-content p {
	color: var(--tak-muted);
	line-height: 1.65;
}

.tak-account-content strong,
.tak-account-content legend,
.tak-account-content h2,
.tak-account-content h3,
.tak-account-content .woocommerce-column__title {
	color: var(--tak-navy);
}

.tak-account-content h2,
.tak-account-content h3,
.tak-account-content .woocommerce-column__title {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
}

.tak-account-content a {
	color: var(--tak-blue);
	font-weight: 400;
}

.tak-account-content table {
	border: 1px solid var(--tak-line);
	border-collapse: separate;
	border-radius: var(--tak-radius);
	border-spacing: 0;
	overflow: hidden;
	width: 100%;
}

.tak-account-content th,
.tak-account-content td {
	border-bottom: 1px solid var(--tak-line);
	padding: 13px 14px;
	text-align: left;
}

.tak-account-content tr:last-child td,
.tak-account-content tr:last-child th {
	border-bottom: 0;
}

.tak-account-content th {
	background: var(--tak-soft);
	color: var(--tak-navy);
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.tak-account-content fieldset {
	border: 1px solid var(--tak-line);
	border-radius: var(--tak-radius);
	margin: 20px 0;
	padding: 18px;
}

.tak-account-content .edit-account fieldset .form-row {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(190px, .45fr) minmax(240px, 1fr);
}

.tak-account-content .edit-account fieldset .form-row label {
	margin-bottom: 0;
}

.tak-account-content label,
.woocommerce-account .woocommerce-form-login label,
.woocommerce-account .woocommerce-form-register label {
	color: var(--tak-navy);
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 7px;
}

.tak-account-content input[type="text"],
.tak-account-content input[type="email"],
.tak-account-content input[type="tel"],
.tak-account-content input[type="password"],
.tak-account-content select,
.tak-account-content textarea,
.woocommerce-account .woocommerce-form-login input[type="text"],
.woocommerce-account .woocommerce-form-login input[type="password"],
.woocommerce-account .woocommerce-form-register input[type="email"],
.woocommerce-account .woocommerce-form-register input[type="password"] {
	background: #ffffff;
	border: 1px solid var(--tak-line);
	border-radius: var(--tak-radius);
	min-height: 42px;
	padding: 9px 11px;
	width: 100%;
}

.tak-account-content input:focus,
.tak-account-content select:focus,
.tak-account-content textarea:focus,
.woocommerce-account .woocommerce-form-login input:focus,
.woocommerce-account .woocommerce-form-register input:focus {
	border-color: var(--tak-blue);
	outline: 3px solid rgba(8, 104, 215, .12);
}

.tak-account-content .button,
.tak-account-content button[type="submit"],
.woocommerce-account .woocommerce-form-login .button,
.woocommerce-account .woocommerce-form-register .button {
	background: var(--tak-blue);
	border: 0;
	border-radius: var(--tak-radius);
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	min-height: 40px;
	padding: 0 16px;
}

.tak-account-content .button:hover,
.tak-account-content button[type="submit"]:hover,
.tak-account-content .button:focus,
.tak-account-content button[type="submit"]:focus,
.woocommerce-account .woocommerce-form-login .button:hover,
.woocommerce-account .woocommerce-form-register .button:hover {
	background: var(--tak-blue-dark);
	color: #ffffff;
}

.tak-account-content .password-input,
.woocommerce-account .woocommerce-form-login .password-input,
.woocommerce-account .woocommerce-form-register .password-input {
	display: block;
	position: relative;
}

.tak-account-content .password-input input,
.woocommerce-account .woocommerce-form-login .password-input input,
.woocommerce-account .woocommerce-form-register .password-input input {
	padding-right: 52px;
}

.tak-account-content button.show-password-input,
.woocommerce-account .woocommerce-form-login button.show-password-input,
.woocommerce-account .woocommerce-form-register button.show-password-input {
	align-items: center;
	appearance: none;
	background: #ffffff;
	border: 1px solid var(--tak-line);
	border-radius: calc(var(--tak-radius) - 1px);
	color: var(--tak-muted);
	display: flex;
	height: 32px;
	justify-content: center;
	margin: 0;
	min-height: 0;
	padding: 0;
	position: absolute;
	right: 5px;
	top: 5px;
	transition: border-color .18s ease, color .18s ease, background-color .18s ease;
	width: 36px;
	z-index: 2;
}

.tak-account-content button.show-password-input::before,
.woocommerce-account .woocommerce-form-login button.show-password-input::before,
.woocommerce-account .woocommerce-form-register button.show-password-input::before {
	border: 2px solid currentColor;
	border-radius: 75% 15%;
	content: "";
	height: 13px;
	position: absolute;
	transform: rotate(45deg);
	width: 13px;
}

.tak-account-content button.show-password-input::after,
.woocommerce-account .woocommerce-form-login button.show-password-input::after,
.woocommerce-account .woocommerce-form-register button.show-password-input::after {
	background: currentColor;
	border-radius: 999px;
	content: "";
	height: 4px;
	position: absolute;
	width: 4px;
}

.tak-account-content button.show-password-input.display-password,
.woocommerce-account .woocommerce-form-login button.show-password-input.display-password,
.woocommerce-account .woocommerce-form-register button.show-password-input.display-password {
	color: var(--tak-blue);
}

.tak-account-content button.show-password-input.display-password::after,
.woocommerce-account .woocommerce-form-login button.show-password-input.display-password::after,
.woocommerce-account .woocommerce-form-register button.show-password-input.display-password::after {
	background: transparent;
	border-radius: 0;
	border-top: 2px solid currentColor;
	height: 0;
	transform: rotate(-45deg);
	width: 20px;
}

.tak-account-content button.show-password-input:hover,
.tak-account-content button.show-password-input:focus,
.woocommerce-account .woocommerce-form-login button.show-password-input:hover,
.woocommerce-account .woocommerce-form-login button.show-password-input:focus,
.woocommerce-account .woocommerce-form-register button.show-password-input:hover,
.woocommerce-account .woocommerce-form-register button.show-password-input:focus {
	background: var(--tak-soft);
	border-color: var(--tak-hover-border);
	color: var(--tak-blue);
	outline: 0;
}

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

.woocommerce-account .addresses::before,
.woocommerce-account .addresses::after {
	display: none;
}

.woocommerce-account .addresses .woocommerce-Address {
	border: 1px solid var(--tak-line);
	border-radius: var(--tak-radius);
	float: none;
	padding: 18px;
	width: auto;
}

.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
	border: 1px solid var(--tak-line);
	border-radius: var(--tak-radius);
	color: var(--tak-ink);
	margin: 0 0 18px;
	padding: 13px 14px;
}

.woocommerce-account .woocommerce-info {
	background: var(--tak-soft-blue);
}

.woocommerce-account .woocommerce-message {
	background: #eefbf5;
}

.woocommerce-account .woocommerce-error {
	background: #fff1f2;
	list-style-position: inside;
}

.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
	margin: 0 auto;
	max-width: 520px;
	padding: 24px;
}

/* Cart */
.woocommerce-cart .checkout-button,
.woocommerce-cart .wc-block-cart__submit-button {
	background: #0868d7;
	border-color: #0868d7;
	color: #ffffff;
}

.woocommerce-cart .checkout-button:hover,
.woocommerce-cart .checkout-button:focus,
.woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-cart .wc-block-cart__submit-button:focus {
	background: #064995;
	border-color: #064995;
	color: #ffffff;
}

/* Shop archive */
.tak-shop-layout {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: 260px minmax(0, 1fr);
}

.tak-shop-layout--no-filters {
	grid-template-columns: 1fr;
}

.tak-shop-filters {
	align-self: start;
	background: #ffffff;
	border: 1px solid var(--tak-line);
	border-radius: var(--tak-radius);
	padding: 18px;
	position: sticky;
	top: 18px;
}

.tak-filter-heading {
	align-items: center;
	border-bottom: 1px solid #e6edf5;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
	padding-bottom: 12px;
}

.tak-filter-heading h2 {
	color: var(--tak-navy);
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

.tak-filter-field,
.tak-filter-group {
	display: block;
	margin-bottom: 14px;
}

.tak-filter-field>span,
.tak-filter-label,
.tak-filter-price-inputs label span {
	color: var(--tak-navy);
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.tak-filter-field input,
.tak-filter-field select {
	appearance: none;
	background: #ffffff;
	border: 1px solid var(--tak-line);
	border-radius: var(--tak-radius);
	color: var(--tak-ink);
	height: 44px;
	padding: 0 10px;
	width: 100%;
}

.tak-filter-field select {
	background-image: linear-gradient(45deg, transparent 50%, var(--tak-muted) 50%), linear-gradient(135deg, var(--tak-muted) 50%, transparent 50%);
	background-position: calc(100% - 17px) 18px, calc(100% - 12px) 18px;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	padding-right: 32px;
}

.tak-filter-check {
	align-items: center;
	border: 1px solid var(--tak-line);
	border-radius: var(--tak-radius);
	display: flex;
	font-size: 13px;
	font-weight: 400;
	gap: 8px;
	min-height: 38px;
	padding: 0 10px;
}

.tak-filter-check+.tak-filter-check {
	margin-top: 8px;
}

.tak-filter-check input {
	accent-color: var(--tak-blue);
	flex: 0 0 auto;
}

.tak-filter-price-presets {
	display: grid;
	gap: 8px;
	grid-template-columns: 1fr;
	margin-bottom: 10px;
}

.tak-filter-price-presets a {
	background: var(--tak-soft);
	border: 1px solid #e5edf6;
	border-radius: var(--tak-radius);
	color: var(--tak-ink);
	font-size: 12px;
	font-weight: 400;
	min-height: 34px;
	padding: 8px 10px;
	text-align: center;
}

.tak-filter-price-presets a:hover,
.tak-filter-price-presets a.is-active {
	background: var(--tak-navy);
	border-color: var(--tak-navy);
	color: #ffffff;
}

.tak-filter-price-inputs {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
}

.tak-filter-price-inputs label {
	display: block;
	margin: 0;
}

.tak-filter-price-inputs label span {
	color: var(--tak-muted);
	display: block;
	font-size: 11px;
	height: auto;
	margin: 0 0 6px;
}

.tak-filter-apply,
.tak-filter-reset,
.tak-mobile-filter-open {
	align-items: center;
	border-radius: var(--tak-radius);
	display: flex;
	font-size: 14px;
	font-weight: 400;
	justify-content: center;
	min-height: 42px;
	width: 100%;
}

.tak-filter-apply,
.tak-mobile-filter-open {
	background: var(--tak-blue);
	border: 0;
	color: #ffffff;
}

.tak-filter-reset {
	background: #ffffff;
	border: 1px solid var(--tak-line);
	color: var(--tak-ink);
	margin-top: 9px;
}

.tak-mobile-filter-bar,
.tak-filter-sheet-handle,
.tak-mobile-filter-close,
.tak-shop-filter-backdrop {
	display: none;
}

/* Footer */
.site-footer {
	background: linear-gradient(180deg, var(--tak-footer) 0%, var(--tak-navy-dark) 100%);
	color: #dbeafe;
	padding: 34px 0 calc(34px + env(safe-area-inset-bottom));
}

.tak-footer-main {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(260px, 1.6fr) repeat(3, minmax(150px, 1fr));
}

.tak-footer-brand {
	position: relative;
}

.tak-footer-brand::before {
	background: var(--tak-orange);
	border-radius: 999px;
	content: "";
	display: block;
	height: 3px;
	margin-bottom: 16px;
	width: 72px;
}

.tak-footer-brand__copy strong {
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}

.tak-footer-brand__copy span {
	color: #b9d7e5;
	display: block;
	font-size: 13px;
	line-height: 1.5;
	margin-top: 5px;
}

.tak-footer-column h2 {
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.tak-footer-column ul {
	display: grid;
	gap: 9px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tak-footer-column a {
	align-items: center;
	color: #b9d7e5;
	font-size: 13px;
	line-height: 1.4;
}

.tak-footer-contact a {
	display: inline-flex;
	gap: 8px;
}

.tak-footer-contact .dashicons {
	color: #8fd3e5;
	flex: 0 0 auto;
	font-size: 15px;
	height: 15px;
	line-height: 15px;
	width: 15px;
}

.tak-footer-column a:hover,
.tak-footer-column a:focus {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.tak-site-info {
	border-top: 1px solid rgba(191, 232, 243, .18);
	color: #9fbdd0;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 8px 14px;
	justify-content: space-between;
	margin-top: 26px;
	padding-top: 14px;
}

.storefront-handheld-footer-bar {
	background: #ffffff;
	border-top: 1px solid var(--tak-line);
	bottom: 0;
	display: none;
	left: 0;
	padding: 0 var(--tak-page-gutter);
	position: fixed;
	right: 0;
	z-index: 999;
}

.storefront-handheld-footer-bar ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	margin: 0;
	padding: 0;
}

.storefront-handheld-footer-bar a {
	align-items: center;
	color: var(--tak-ink);
	display: flex;
	font-size: 12px;
	font-weight: 400;
	gap: 4px;
	justify-content: center;
	min-height: 62px;
}

.storefront-handheld-footer-bar a::before {
	color: var(--tak-blue);
	display: inline-block;
	font-family: dashicons;
	font-size: 19px;
	font-weight: 400;
	height: 19px;
	line-height: 19px;
	width: 19px;
}

.storefront-handheld-footer-bar li.my-account a::before {
	content: "\f110";
}

.storefront-handheld-footer-bar li.search a::before {
	content: "\f179";
}

.storefront-handheld-footer-bar li.cart a::before {
	content: "\f174";
}

.storefront-handheld-footer-bar a:hover,
.storefront-handheld-footer-bar a:focus {
	color: var(--tak-blue);
}

/* Responsive */
@media (max-width: 1100px) {
	.site-header>.col-full {
		gap: 10px;
		grid-template-columns: minmax(110px, auto) max-content minmax(150px, 1fr) max-content max-content;
	}

	.tak-header-category-menu .tak-nav-strip__categories {
		font-size: 12px;
		gap: 6px;
		padding: 0 10px;
	}

	.woocommerce-product-search button[type="submit"] {
		min-width: 58px;
		padding: 0 12px;
	}

	.tak-header-account {
		padding: 0 9px;
	}

	.site-branding {
		max-width: 190px;
	}

	.site-title {
		font-size: 17px;
	}

	.site-description {
		font-size: 11px;
	}

	.site-header-cart .cart-contents {
		padding-right: 9px;
	}

}

@media (max-width: 900px) {
	.tak-footer-main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tak-footer-brand {
		grid-column: 1 / -1;
	}

	.tak-nav-strip__links {
		overflow-x: auto;
	}

	.tak-nav-strip__categories {
		padding: 0 18px;
	}

	.tak-nav-strip__links a {
		padding: 0 16px;
	}

	.tak-top-banner__inner {
		flex-flow: column nowrap;
		gap: 7px;
		padding-bottom: 8px;
		padding-top: 8px;
	}

	.tak-top-banner__trust,
	.tak-top-banner__contact {
		flex-wrap: nowrap;
		max-width: 100%;
		min-width: 0;
		width: 100%;
	}

	.tak-top-banner__trust {
		gap: clamp(6px, 1.5vw, 16px);
		justify-content: center;
	}

	.tak-top-banner__contact {
		justify-content: flex-start;
	}

	.tak-top-banner__trust .tak-top-banner__item,
	.tak-top-banner__contact .tak-top-banner__item {
		font-size: clamp(8px, 2.15vw, 12px);
		gap: 4px;
		min-width: 0;
	}

	.tak-top-banner__trust .tak-top-banner__item {
		flex: 0 1 auto;
		justify-content: center;
	}

	.tak-top-banner__trust .tak-top-banner__item span:last-child {
		white-space: nowrap;
	}

	.tak-top-banner__contact>a {
		display: none;
	}

	.tak-top-banner__phones {
		min-width: 0;
		width: 100%;
	}

	.tak-top-banner__phones-text {
		font-size: clamp(9px, 2.45vw, 11px);
		gap: 4px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

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

	.site-header>.col-full {
		display: block;
		min-height: 0;
		padding-bottom: 14px;
		padding-top: 14px;
	}

	.tak-top-banner__brand {
		display: inline-flex;
	}

	.site-search,
	.tak-header-account,
	.site-header-cart {
		display: none;
	}

	.tak-home-slider {
		min-height: 420px;
	}

	.tak-home-slide {
		grid-template-columns: 1fr;
		padding: 0;
	}

	.tak-home-slide__copy {
		padding: 28px 22px 0;
	}

	.tak-home-slide__copy strong {
		font-size: 27px;
	}

	.tak-home-slide__copy span {
		font-size: 15px;
	}

	.tak-home-slide img {
		height: 210px;
		justify-self: center;
		object-position: center bottom;
	}

	.tak-home-slider__dots {
		bottom: auto;
		left: auto;
		right: 18px;
		top: 18px;
	}

	.tak-home-slider__dots span {
		height: 8px;
		width: 8px;
	}

	.tak-section-header {
		gap: 10px;
	}

	.tak-section-header h2 {
		font-size: 17px;
	}

	.tak-section-header a {
		font-size: 11px;
	}

	.tak-category-banner {
		display: block;
		margin-top: 0;
	}

	.tak-category-banner__description {
		margin-bottom: 14px;
	}

	.tak-category-banner__description::before {
		width: 38px;
	}

	.tak-category-banner__description h1 {
		font-size: 34px;
		line-height: 1.04;
		max-width: 420px;
	}

	.tak-category-banner__description p {
		font-size: 15px;
		line-height: 1.5;
		max-width: 520px;
	}

	.tak-category-banner img {
		border-radius: var(--tak-radius);
	}

	.tak-product-grid,
	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}

	.single-product div.product {
		gap: 18px;
		grid-template-columns: 1fr;
	}

	.single-product div.product .summary {
		padding: 18px;
	}

	.single-product .product_title {
		font-size: 24px;
	}

	.single-product div.product .summary .price {
		font-size: 20px;
	}

	.single-product div.product .woocommerce-product-gallery__image {
		padding: 18px;
	}

	.single-product div.product .quantity input.qty {
		width: 54px;
	}

	.single-product div.product .wc-tabs {
		overflow-x: auto;
	}

	.woocommerce-account .entry-title {
		font-size: 24px;
		margin-bottom: 18px;
	}

	.tak-account-layout {
		grid-template-columns: 1fr;
	}

	.tak-account-sidebar {
		position: static;
	}

	.tak-account-nav__list {
		display: flex;
		gap: 6px;
		overflow-x: auto;
		padding: 8px;
	}

	.tak-account-nav li {
		flex: 0 0 auto;
	}

	.tak-account-nav a {
		min-height: 40px;
		white-space: nowrap;
	}

	.tak-account-content {
		padding: 18px;
	}

	.tak-account-content .edit-account fieldset .form-row {
		align-items: stretch;
		grid-template-columns: 1fr;
	}

	.tak-account-content .edit-account fieldset .form-row label {
		margin-bottom: 7px;
	}

	.tak-account-content table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	.woocommerce-account .addresses {
		grid-template-columns: 1fr;
	}

	.tak-shop-layout {
		grid-template-columns: 1fr;
	}

	.tak-shop-filters {
		background: #ffffff;
		border-radius: 18px 18px 0 0;
		bottom: 0;
		left: 50%;
		max-height: 88vh;
		max-width: 440px;
		overflow: auto;
		position: fixed;
		top: auto;
		transform: translate(-50%, 105%);
		transition: transform .22s ease;
		width: 100%;
		z-index: 100000;
	}

	.tak-filter-sheet-open .tak-shop-filters {
		transform: translate(-50%, 0);
	}

	.tak-shop-filter-backdrop {
		background: rgba(15, 23, 42, .42);
		bottom: 0;
		display: block;
		left: 0;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		right: 0;
		top: 0;
		transition: opacity .22s ease;
		z-index: 99999;
	}

	.tak-filter-sheet-open .tak-shop-filter-backdrop {
		opacity: 1;
		pointer-events: auto;
	}

	.tak-filter-sheet-open {
		overflow: hidden;
	}

	.tak-filter-sheet-handle,
	.tak-mobile-filter-close,
	.tak-mobile-filter-bar {
		display: block;
	}

	.tak-filter-sheet-handle {
		background: #cbd5e1;
		border-radius: 999px;
		height: 4px;
		margin: 0 auto 16px;
		width: 46px;
	}

	.tak-mobile-filter-close {
		background: transparent;
		border: 0;
		color: var(--tak-muted);
		font-size: 25px;
		height: 34px;
		width: 34px;
	}

	.tak-mobile-filter-bar {
		grid-column: 1 / -1;
		margin-bottom: 14px;
		width: 100%;
	}

	.tak-nav-strip__links a {
		justify-content: center;
		flex: 1 1 0;
		min-width: 0;
		padding: 0;
	}

	.tak-nav-strip__links .dashicons {
		display: inline-block;
		font-size: 21px;
		height: 21px;
		line-height: 21px;
		width: 21px;
	}

	.tak-nav-strip__category-menu {
		flex: 0 0 128px;
	}

	.tak-nav-strip__categories {
		font-size: 11px;
		gap: 6px;
		min-height: 50px;
		padding: 0 10px;
		width: 100%;
	}

	.tak-nav-strip__categories .dashicons {
		font-size: 18px;
		height: 18px;
		line-height: 18px;
		width: 18px;
	}

	.tak-nav-strip__categories span:nth-child(2) {
		font-size: 0;
	}

	.tak-nav-strip__categories span:nth-child(2)::after {
		content: "Categories";
		font-size: 12px;
	}

	.tak-nav-strip__label {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute;
		width: 1px;
	}

	.tak-category-tiles {
		grid-auto-columns: 184px;
	}

	.site-footer {
		padding-bottom: calc(92px + env(safe-area-inset-bottom));
		text-align: left;
	}

	.tak-footer-main {
		gap: 24px 18px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tak-footer-brand::before {
		margin-left: 0;
		margin-right: 0;
	}

	.tak-footer-brand,
	.tak-footer-contact {
		grid-column: 1 / -1;
	}

	.tak-footer-brand__copy strong {
		font-size: 16px;
	}

	.tak-footer-brand__copy span,
	.tak-footer-column a {
		font-size: 12px;
	}

	.tak-footer-column ul {
		gap: 8px;
	}

	.tak-footer-contact ul {
		grid-template-columns: repeat(2, minmax(0, max-content));
	}

	.tak-footer-contact a {
		justify-content: flex-start;
	}

	.tak-site-info {
		justify-content: flex-start;
	}

	.storefront-handheld-footer-bar {
		display: block;
	}
}

@media (max-width: 480px) {
	:root {
		--tak-page-gutter: 16px;
	}

	.tak-nav-strip__categories,
	.tak-nav-strip__links a {
		font-size: 11px;
		min-height: 50px;
	}

	.tak-footer-contact ul {
		grid-template-columns: 1fr;
	}

	.tak-filter-price-inputs {
		grid-template-columns: 1fr;
	}
}
