*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	outline-style: none;
}

li {
	list-style: none;
}

a {
	border: none;
	text-decoration: none;
}

a img {
	border: none;
}

input, textarea, button {
	font-weight: 400;
	font-family: 'Jost' !important;
}

:focus {
	outline: none;
}

::-webkit-input-placeholder { color: #37203f94; }
::-moz-placeholder { color: #37203f94; }
:-moz-placeholder { color: #37203f94; }
:-ms-input-placeholder { color: #37203f94; }

html {
	scroll-behavior: smooth
}

:root {
	--navy: #0F2744;
	--navy2: #1A3A5C;
	--navy3: #2A5280;
	--green: #16A34A;
	--green2: #DCFCE7;
	--green3: #BBF7D0;
	--red: #DC2626;
	--red2: #FEE2E2;
	--amber: #D97706;
	--amber2: #FEF3C7;
	--blue: #2563EB;
	--blue2: #EFF6FF;
	--blue3: #BFDBFE;
	--ink: #111827;
	--ink2: #374151;
	--ink3: #6B7280;
	--ink4: #9CA3AF;
	--line: #E5E7EB;
	--line2: #F3F4F6;
	--bg: #F9FAFB;
	--w: #FFFFFF;
	--f: 'Manrope', system-ui, sans-serif;
	--radius: 8px;
}

body {
	font-family: var(--f);
	background: var(--bg);
	color: var(--ink);
	line-height: 1.5;
	overflow-x: hidden
}

a {
	text-decoration: none;
	color: inherit
}

button,
input,
select,
textarea {
	font-family: inherit;
	cursor: pointer
}

img {
	display: block;
	max-width: 100%
}

@keyframes pgIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

::-webkit-scrollbar {
	width: 6px
}

::-webkit-scrollbar-thumb {
	background: var(--navy);
	border-radius: 3px
}

.topbar {
	background: var(--navy);
	padding: 8px 0
}

.topbar-in {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 12px;
	color: rgba(255, 255, 255, .65)
}

.topbar strong {
	color: #fff;
	font-weight: 600
}

.topbar-links {
	display: flex;
	gap: 16px
}

.topbar-links a {
	color: rgba(255, 255, 255, .6);
	transition: color .15s;
	cursor: pointer
}

.topbar-links a:hover {
	color: #fff
}

.hdr {
	background: #fff;
	border-bottom: 1px solid var(--line);
	position: sticky;
	top: 0;
	z-index: 900;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .06)
}

.hdr-in {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 68px;
	gap: 24px;
}

.logo {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	flex-shrink: 0
}

.logo-icon {
	width: 36px;
	height: 36px;
	background: var(--navy);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px
}

.logo-text {
	font-size: 18px;
	font-weight: 800;
	color: var(--navy);
	letter-spacing: -.3px
}

.logo-text span {
	color: var(--green)
}

/* search */
.search-bar {
	display: flex;
	align-items: center;
	background: var(--bg);
	border: 2px solid var(--line);
	border-radius: 10px;
	overflow: hidden;
	transition: border-color .2s;
	flex: 1;
}

.search-bar .dgwt-wcas-search-wrapp {
	display: inline-flex;
	max-width: unset;
	margin: 0;
}

.search-bar .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	padding: 0;
	border-radius: 0;
}

.search-bar .dgwt-wcas-sf-wrapp {
	background: none;
	padding: 0;
	display: flex;
	align-items: center;
}

.search-bar .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding: 0px 10px 0px 40px;
	background: transparent;
	transition: 0.2s linear;
	line-height: 1;
	height: 40px;
	border: none;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
}

.search-bar .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
	background: transparent;
}

.search-bar .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	top: 50%;
	left: 10px;
	margin-top: -16.5px;
}

.search-bar .dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border-color: transparent
}

.search-bar .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
	opacity: 1;
	font-style: normal;
	font-weight: 400;
	color: #37333b57;
	font-size: 14px;
	line-height: 1;
}

.search-bar button.dgwt-wcas-om-return path,
.search-bar .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path,
.search-bar .dgwt-wcas-voice-search svg path,
.search-bar .dgwt-wcas-search-submit svg path {
	fill: #aed5a180 !important;
}

.search-bar .dgwt-wcas-suggestions-wrapp {
	box-shadow: none;
}

.search-bar .dgwt-wcas-overlay-mobile {
	background: #ffffffe6;
}

.search-bar:focus-within {
	border-color: var(--navy)
}

.search-input {
	flex: 1;
	border: none;
	background: none;
	padding: 10px 16px;
	font-size: 14px;
	font-family: var(--f);
	color: var(--ink);
	outline: none
}

.search-input::placeholder {
	color: var(--ink4)
}

.search-btn {
	background: var(--navy);
	color: #fff;
	border: none;
	padding: 10px 20px;
	font-family: var(--f);
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: background .2s;
	white-space: nowrap
}

.search-btn:hover {
	background: var(--navy2)
}

/* header right */
.hdr-right {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0
}

.hdr-icon-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	background: none;
	border: none;
	color: var(--ink3);
	cursor: pointer;
	padding: 8px 12px;
	border-radius: 8px;
	transition: all .15s;
	position: relative;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .02em;
}

.hdr-icon-btn:hover {
	background: var(--bg);
	color: var(--navy)
}

.hdr-icon-btn svg {
	width: 22px;
	height: 22px
}

.hdr-badge {
	position: absolute;
	top: 4px;
	right: 8px;
	width: 18px;
	height: 18px;
	background: var(--red);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	border: 2px solid #fff;
}

.hdr-cart-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	background: var(--navy);
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 10px 18px;
	font-family: var(--f);
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: all .2s;
	position: relative;
}

.hdr-cart-btn:hover {
	background: var(--navy2)
}

.hdr-cart-btn svg {
	width: 18px;
	height: 18px
}

.nav-menu {
	background: var(--navy);
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.nav-in {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	gap: 0;
	align-items: stretch;
	height: 44px;
	overflow-x: auto
}

.nav-in::-webkit-scrollbar {
	display: none
}

.nav-in ul {
	display: flex;
	gap: 0;
	align-items: stretch;
	height: 44px;
	overflow-x: auto
}

.nav-item {
	font-size: 13px;
	font-weight: 500;
	color: rgba(255, 255, 255, .75);
	padding: 0 16px;
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	transition: all .15s;
	white-space: nowrap;
	border-bottom: 2px solid transparent;
}

.nav-item:hover,
.nav-item.on {
	color: #fff;
	border-color: var(--green)
}

.nav-in ul li {
	display: flex;
}

.nav-in ul a {
	font-size: 13px;
	font-weight: 500;
	color: rgba(255, 255, 255, .75);
	padding: 0 16px;
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	transition: all .15s;
	white-space: nowrap;
	border-bottom: 2px solid transparent;
}

.nav-in ul a:hover,
.nav-item.on {
	color: #fff;
	border-color: var(--green)
}

.nav-item svg {
	width: 14px;
	height: 14px;
	flex-shrink: 0
}

.bread {
	max-width: 1400px;
	margin: 0 auto;
	padding: 12px 20px;
	display: flex;
	gap: 6px;
	align-items: center;
	flex-wrap: wrap;
	font-size: 12px;
	color: var(--ink);
	font-weight: 500;
	cursor: default
}

.bread a {
	font-size: 12px;
	color: var(--ink3);
	cursor: pointer;
	transition: color .15s
}

.bread a:hover {
	color: var(--navy)
}

.bread span {
	font-size: 12px;
	color: var(--ink4)
}

.btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-family: var(--f);
	font-size: 14px;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: var(--radius);
	border: none;
	cursor: pointer;
	transition: all .2s;
	white-space: nowrap
}

.btn-navy {
	background: var(--navy);
	color: #fff
}

.btn-navy:hover {
	background: var(--navy2)
}

.btn-green {
	background: var(--green);
	color: #fff;
	box-shadow: 0 2px 8px rgba(22, 163, 74, .25)
}

.btn-green:hover {
	background: #15803D
}

.btn-out {
	background: none;
	border: 1.5px solid var(--line);
	color: var(--ink2)
}

.btn-out:hover {
	border-color: var(--navy);
	color: var(--navy)
}

.btn-ghost {
	background: var(--bg);
	color: var(--ink2)
}

.btn-ghost:hover {
	background: var(--line2)
}

.btn-sm {
	font-size: 12px;
	padding: 7px 14px
}

.btn-lg {
	font-size: 15px;
	padding: 13px 28px
}

.btn-xl {
	font-size: 16px;
	padding: 15px 32px;
	border-radius: 10px
}

.btn-block {
	width: 100%;
	justify-content: center
}

/* promo banner */
.promo-banner {
	background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 60%, #1e4080 100%);
	position: relative;
	overflow: hidden;
}

.promo-in {
	max-width: 1400px;
	margin: 0 auto;
	padding: 48px 20px;
	display: grid;
	grid-template-columns: 1fr 400px;
	gap: 48px;
	align-items: center;
	position: relative;
	z-index: 1
}

.promo-banner::before {
	content: '';
	position: absolute;
	right: -100px;
	top: -100px;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .03)
}

.promo-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(22, 163, 74, .2);
	border: 1px solid rgba(22, 163, 74, .4);
	color: #4ADE80;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	padding: 4px 12px;
	border-radius: 100px;
	margin-bottom: 16px
}

.promo-h {
	font-size: clamp(28px, 4vw, 48px);
	font-weight: 800;
	color: #fff;
	letter-spacing: -.03em;
	line-height: 1.05;
	margin-bottom: 14px
}

.promo-h span {
	color: #4ADE80
}

.promo-sub {
	font-size: 15px;
	font-weight: 300;
	color: rgba(255, 255, 255, .65);
	line-height: 1.7;
	margin-bottom: 28px;
	max-width: 480px
}

.promo-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap
}

.promo-trust {
	display: flex;
	gap: 20px;
	margin-top: 24px;
	flex-wrap: wrap
}

.promo-trust-item {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 500;
	color: rgba(255, 255, 255, .6)
}

.promo-trust-item::before {
	content: '✓';
	color: #4ADE80;
	font-weight: 700
}

/* promo right - featured product card */
.promo-card {
	background: rgba(255, 255, 255, .08);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 16px;
	padding: 24px;
	color: #fff
}

.promo-card-tag {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #4ADE80;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 6px
}

.promo-card-tag::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #4ADE80;
	box-shadow: 0 0 8px #4ADE80
}

.promo-card-name {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 8px;
	line-height: 1.3
}

.promo-card-specs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 16px
}

.promo-card-spec {
	font-size: 11px;
	font-weight: 500;
	padding: 3px 9px;
	background: rgba(255, 255, 255, .12);
	border-radius: 4px;
	color: rgba(255, 255, 255, .8)
}

.promo-card-price-row {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 16px
}

.promo-card-price {
	font-size: 28px;
	font-weight: 800;
	color: #fff
}

.promo-card-price-old {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, .4);
	text-decoration: line-through
}

.promo-card-from {
	font-size: 11px;
	color: rgba(255, 255, 255, .5);
	text-transform: uppercase;
	letter-spacing: .06em;
	display: block;
	margin-bottom: 4px
}

/* QUICK CATS */
.quick-cats {
	max-width: 1400px;
	margin: 0 auto;
	padding: 28px 20px
}

.qcats-grid {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 10px
}

.qcat {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 16px 10px;
	text-align: center;
	cursor: pointer;
	transition: all .2s;
}

.qcat:hover {
	border-color: var(--navy);
	box-shadow: 0 4px 16px rgba(15, 39, 68, .1);
	transform: translateY(-2px)
}

.qcat-icon {
	font-size: 28px;
	margin-bottom: 8px
}

.qcat-name {
	font-size: 11px;
	font-weight: 600;
	color: var(--ink);
	line-height: 1.3
}

.qcat-cnt {
	font-size: 10px;
	color: var(--ink4);
	margin-top: 3px
}

/* HOME PRODUCTS section */
.home-section {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px 40px
}

.sec-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	gap: 12px;
	flex-wrap: wrap
}

.sec-title {
	font-size: 20px;
	font-weight: 800;
	color: var(--ink);
	letter-spacing: -.3px
}

.sec-tabs {
	display: flex;
	gap: 4px;
	background: var(--bg);
	border-radius: 8px;
	padding: 3px
}

.sec-tab {
	font-size: 12px;
	font-weight: 600;
	padding: 6px 14px;
	border-radius: 6px;
	border: none;
	background: none;
	color: var(--ink3);
	cursor: pointer;
	transition: all .15s
}

.sec-tab.on {
	background: #fff;
	color: var(--navy);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .1)
}

/* PRODUCT CARD (shop style) */
.prod-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px
}

.prod-grid-5 {
	grid-template-columns: repeat(5, 1fr)
}

.pc {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
	transition: all .22s;
	display: flex;
	flex-direction: column;
	position: relative;
}

.pc:hover {
	box-shadow: 0 8px 32px rgba(0, 0, 0, .1);
	transform: translateY(-3px);
	border-color: var(--line)
}

.pc-img {
	height: 200px;
	/* background: var(--bg); */
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid var(--line2);
}

.pc-img a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.pc-img img {
	max-width: 100%;
	max-height: 160px;
	object-fit: contain;
	transition: transform .35s
}

.pc-img svg {
	width: 120px;
	transition: transform .3s
}

.pc:hover .pc-img svg {
	transform: scale(1.07)
}

.pc-wish {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--line);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .2s;
	color: var(--ink4);
	font-size: 16px;
	z-index: 2;
}

.pc-wish:hover,
.pc-wish.on {
	color: var(--red);
	border-color: var(--red);
	background: var(--red2)
}

.pc-compare {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	padding: 4px 8px;
	border-radius: 4px;
	cursor: pointer;
	z-index: 2;
	background: rgba(255, 255, 255, .9);
	border: 1px solid var(--line);
	color: var(--ink3);
	transition: all .15s;
}

.pc-compare:hover,
.pc-compare.on {
	background: var(--blue);
	color: #fff;
	border-color: var(--blue)
}

.pc-badge {
	position: absolute;
	bottom: 8px;
	left: 8px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	padding: 3px 8px;
	border-radius: 4px;
	z-index: 2;
}

.pcb-green {
	background: var(--green);
	color: #fff
}

.pcb-red {
	background: var(--red);
	color: #fff
}

.pcb-amber {
	background: var(--amber);
	color: #fff
}

.pcb-navy {
	background: var(--navy);
	color: #fff
}

.pcb-blue {
	background: var(--blue);
	color: #fff
}

.pc-body {
	padding: 14px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.pc-brand {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--navy);
	margin-bottom: 5px;
	opacity: .7
}

.pc-name {
	font-size: 13px;
	font-weight: 600;
	color: var(--ink);
	line-height: 1.35;
	margin-bottom: 8px;
	letter-spacing: -.1px
}

.pc-specs-mini {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 10px
}

.pc-spec {
	font-size: 10px;
	font-weight: 500;
	padding: 2px 7px;
	background: var(--bg);
	border: 1px solid var(--line2);
	color: var(--ink3);
	border-radius: 3px
}

.pc-avail {
	font-size: 11px;
	font-weight: 600;
	margin-bottom: 6px;
	display: flex;
	align-items: center;
	gap: 4px
}

.avail-yes {
	color: var(--green)
}

.avail-yes::before {
	content: '●';
	font-size: 8px
}

.avail-order {
	color: var(--amber)
}

.avail-order::before {
	content: '●';
	font-size: 8px
}

.avail-no {
	color: var(--red)
}

.avail-no::before {
	content: '●';
	font-size: 8px
}

.pc-price-row {
	margin-top: auto
}

.pc-price {
	font-size: 18px;
	font-weight: 800;
	color: var(--ink);
	letter-spacing: -.02em
}

.pc-price-old {
	font-size: 13px;
	color: var(--ink4);
	text-decoration: line-through;
	margin-left: 6px;
	font-weight: 400
}

.d-none {
	display: none
}

.pc-price-from {
	font-size: 10px;
	font-weight: 500;
	color: var(--ink4);
	text-transform: uppercase;
	letter-spacing: .04em;
	display: block;
	margin-bottom: 2px
}

.pc-actions {
	display: flex;
	gap: 6px;
	margin-top: 10px
}

.pc-actions .btn {
	flex: 1;
	justify-content: center;
	font-size: 11px;
	padding: 8px 10px
}

.cat-pg {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px
}

.cat-pg-layout {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 24px;
	align-items: start
}

/* sidebar */
.cat-sb {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 0;
	overflow: hidden;
	position: sticky;
	top: 120px
}

.csb-header {
	padding: 16px 20px;
	border-bottom: 1px solid var(--line);
	display: flex;
	align-items: center;
	justify-content: space-between
}

.csb-title {
	font-size: 14px;
	font-weight: 700;
	color: var(--ink)
}

.csb-clear {
	font-size: 12px;
	font-weight: 600;
	color: var(--navy);
	background: none;
	border: none;
	cursor: pointer
}

.csb-sec {
	padding: 16px 20px;
	border-bottom: 1px solid var(--line2)
}

.csb-sec:last-child {
	border-bottom: none
}

.csb-sec-title {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--ink3);
	margin-bottom: 12px
}

.csb-opts {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 6px
}

.csb-opts label {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	cursor: pointer !important;;
	padding: 4px 0;
	font-size: 13px;
	font-weight: 400;
	color: var(--ink2);
	transition: color .15s;
	user-select: none
}

.csb-opts .bapf_sfilter ul li input {
	display: none
}

.csb-opts .bapf_sfilter ul li i {
	font-size: 12px;
	font-weight: 600;
	padding: 2px 7px;
	color: var(--ink3);
	flex-shrink: 0;
	font-style: normal;
}

.bapf_show_hide {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
    font-weight: 400;
    letter-spacing: .06em;
    color: white;
	height: 30px;
	border: 1px solid var(--navy);
	margin: 20px auto 0px auto;
	width: 100%;
	border-radius: 6px;
	background: var(--navy);
}

.csb-opt:hover .csb-opt-label {
	color: var(--navy)
}

.csb-opts .checked label  {
	background: #16a34a;
	padding: 4px 0px 4px 10px;
	color: white
}

.csb-opts .bapf_sfilter ul li.checked i {
	color: white
}

.csb-opt-cnt {
	font-size: 11px;
	color: var(--ink4);
	margin-left: auto
}

.csb-price-inputs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 8px
}

.csb-price-inp {
	border: 1px solid var(--line);
	border-radius: 6px;
	padding: 8px 10px;
	font-size: 13px;
	font-family: var(--f);
	color: var(--ink);
	background: var(--bg);
	outline: none;
	width: 100%;
	transition: border-color .15s
}

.csb-price-inp:focus {
	border-color: var(--navy)
}

.csb-price-inp::placeholder {
	color: var(--ink4)
}

.csb-apply-btn {
	width: 100%;
	margin-top: 10px;
	font-size: 12px;
	padding: 9px;
	border-radius: 6px;
	background: var(--navy);
	color: #fff;
	border: none;
	cursor: pointer;
	font-family: var(--f);
	font-weight: 600
}

.csb-apply-btn:hover {
	background: var(--navy2)
}

/* cat main */
.cat-toolbar {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: 14px 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	flex-wrap: wrap;
	gap: 10px;
}

.woocommerce-notices-wrapper,
.woocommerce-result-count,
.woocommerce-ordering {
	display: none !important;
}

.woocommerce-pagination {
	display: flex;
	justify-content: center;
	margin-top: 36px;
	width: 100%;
}

.woocommerce-pagination .page-numbers {
	display: flex;
	align-items: center;
	gap: 6px;
	justify-content: center;
}

.woocommerce-pagination a,
.woocommerce-pagination span {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--border);
	border-radius: 8px;
	font-size: 15px;
	background: white;
	cursor: pointer;
	font-family: var(--fd);
}

.woocommerce-pagination a:hover {
	border-color: var(--gold);
	color: var(--gold);
	background: var(--cream);
}

.woocommerce-pagination .dots {
	border: none;
	cursor: default;
}

.woocommerce-pagination .current {
	background: var(--navy);
	color: white;
	border-color: var(--navy);
}

.cat-toolbar .bapf_sfilter {
	margin: 0;
}

.cat-toolbar .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a {
	display: flex!important;
	align-items: center;
	gap: 6px;
	border: 1px solid var(--navy);
	color: var(--mid);
	font-size: 12px;
	padding: 5px 30px 5px 12px;
	border-radius: 20px;
	position: relative;
	font-weight: 400;
}

.cat-toolbar .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a:before {
    color: #ccc;
    content: "×";
    rotate: none;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--blue);
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    width: auto;
    height: auto;
}

.cat-toolbar .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area a.braapf_unselect_all {
	background: none;
	font-size: 13px;
	color: var(--accent);
	display: flex;
	align-items: center;
	padding: 0;
	border: none;
}

.cat-found {
	font-size: 14px;
	color: var(--ink2)
}

.cat-found b {
	font-weight: 700;
	color: var(--ink)
}

.cat-sort {
	display: flex;
	align-items: center;
	gap: 8px
}

.cat-sort-label {
	font-size: 12px;
	color: var(--ink3);
	font-weight: 500;
	white-space: nowrap
}

.cat-sort-sel {
	border: 1px solid var(--line);
	border-radius: 6px;
	padding: 7px 10px;
	font-size: 13px;
	font-family: var(--f);
	color: var(--ink);
	background: #fff;
	outline: none;
	cursor: pointer;
	font-weight: 500
}

.view-tog {
	display: flex;
	gap: 2px;
	background: var(--bg);
	border-radius: 6px;
	padding: 2px
}

.vbtn {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	border: none;
	background: none;
	color: var(--ink4);
	cursor: pointer;
	font-size: 14px;
	transition: all .15s
}

.vbtn.on {
	background: #fff;
	color: var(--navy);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

/* list view */
.prod-grid.vlist {
	grid-template-columns: 1fr;
	gap: 12px
}

.prod-grid.vlist .pc {
	flex-direction: row
}

.prod-grid.vlist .pc-img {
	width: 200px;
	flex-shrink: 0;
	height: auto;
	min-height: 160px;
	border-right: 1px solid var(--line2);
	border-bottom: none;
	border-radius: 12px 0 0 12px
}

.prod-grid.vlist .pc-img svg {
	width: 90px
}

.prod-grid.vlist .pc-body {
	padding: 20px
}

.prod-grid.vlist .pc-name {
	font-size: 15px
}

.prod-grid.vlist .pc-actions {
	width: auto;
	align-self: flex-end;
	margin-top: auto
}

.det-pg {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px
}

.det-layout {
	display: grid;
	grid-template-columns: 1fr 420px;
	gap: 32px;
	align-items: start;
	padding-bottom: 40px
}

/* gallery */
.det-gallery {}

.det-main-img {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	min-height: 380px;
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
}

.det-main-img::before {
	content: '';
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: var(--blue2);
	opacity: .5;
	bottom: -60px;
	right: -60px
}

.det-main-img a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.det-main-img img {
	max-width: 100%;
	max-height: 360px;
	object-fit: contain;
	transition: transform .3s;
}

.det-main-img:hover img {
	transform: scale(1.05);
}

.det-thumbs {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 8px;
	display: none;
}

.det-th {
	background: #fff;
	border: 2px solid var(--line);
	border-radius: 8px;
	padding: 8px;
	cursor: pointer;
	transition: all .15s;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
	aspect-ratio: 1;
}

.det-th:hover,
.det-th.on {
	border-color: var(--navy)
}

.det-th svg {
	width: 100%;
	max-width: 44px
}

/* buy box */
.buy-box {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 24px;
	position: sticky;
	top: 120px
}

.det-brand-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px
}

.det-brand {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--navy);
	opacity: .7
}

.det-sku {
	font-size: 11px;
	color: var(--ink4)
}

.det-name {
	font-size: clamp(18px, 2.5vw, 24px);
	font-weight: 800;
	color: var(--ink);
	letter-spacing: -.3px;
	line-height: 1.2;
	margin-bottom: 14px
}

.det-rating {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px
}

.det-stars {
	color: #F59E0B;
	font-size: 14px;
	letter-spacing: 1px
}

.det-rating-val {
	font-size: 13px;
	font-weight: 700;
	color: var(--ink)
}

.det-reviews-cnt {
	font-size: 13px;
	color: var(--navy);
	cursor: pointer;
	text-decoration: underline
}

.det-avail-row {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 0;
	border-top: 1px solid var(--line2);
	border-bottom: 1px solid var(--line2);
	margin-bottom: 16px
}

.det-avail {
	font-size: 13px;
	font-weight: 600;
	color: var(--green);
	display: flex;
	align-items: center;
	gap: 5px
}

.det-avail::before {
	content: '●';
	font-size: 10px
}

.det-delivery {
	font-size: 12px;
	color: var(--ink3)
}

.det-price-row {
	margin-bottom: 18px
}

.det-price-from {
	font-size: 11px;
	font-weight: 500;
	color: var(--ink4);
	text-transform: uppercase;
	letter-spacing: .06em;
	display: block;
	margin-bottom: 4px
}

.det-price {
	font-size: 32px;
	font-weight: 800;
	color: var(--ink);
	letter-spacing: -.04em;
	line-height: 1
}

.det-price-note {
	font-size: 12px;
	color: var(--ink3);
	margin-top: 4px
}

.det-monthly {
	font-size: 13px;
	color: var(--green);
	font-weight: 600;
	margin-top: 4px
}

.det-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 18px
}

.det-buy-btn {
	width: 100%;
	font-size: 15px;
	padding: 15px;
	border-radius: 10px;
	background: var(--green);
	color: #fff;
	border: none;
	cursor: pointer;
	font-family: var(--f);
	font-weight: 700;
	transition: all .2s;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	box-shadow: 0 4px 16px rgba(22, 163, 74, .3)
}

.det-buy-btn:hover {
	background: #15803D;
	transform: translateY(-1px)
}

.det-cart-btn {
	width: 100%;
	font-size: 15px;
	padding: 14px;
	border-radius: 10px;
	background: var(--navy);
	color: #fff;
	border: none;
	cursor: pointer;
	font-family: var(--f);
	font-weight: 700;
	transition: all .2s;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px
}

.det-cart-btn:hover {
	background: var(--navy2)
}

.det-wish-btn {
	width: 100%;
	font-size: 14px;
	padding: 12px;
	border-radius: 10px;
	background: none;
	border: 1.5px solid var(--line);
	color: var(--ink2);
	cursor: pointer;
	font-family: var(--f);
	font-weight: 600;
	transition: all .2s
}

.det-wish-btn:hover {
	border-color: var(--red);
	color: var(--red);
	background: var(--red2)
}

.det-trust {
	background: var(--bg);
	border-radius: 10px;
	padding: 14px;
	display: flex;
	flex-direction: column;
	gap: 8px
}

.det-trust-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	color: var(--ink2)
}

.det-trust-icon {
	font-size: 16px;
	flex-shrink: 0
}

/* TABS */
.det-tabs {
	border-bottom: 2px solid var(--line);
	margin-bottom: 24px
}

.det-tab-nav {
	display: flex;
	gap: 0;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px
}

.det-tab-btn {
	font-size: 14px;
	font-weight: 600;
	color: var(--ink3);
	padding: 14px 20px;
	border: none;
	background: none;
	cursor: pointer;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
	transition: all .2s
}

.det-tab-btn:hover {
	color: var(--ink)
}

.det-tab-btn.on {
	color: var(--navy);
	border-color: var(--navy)
}

.tab-pane {
	display: none;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px 40px
}

.tab-pane h1 {
	font-family: var(--fd);
	font-size: clamp(22px, 2.5vw, 36px);
	font-weight: 900;
	letter-spacing: -.03em;
	color: var(--ink);
	line-height: 1.1;
	margin-bottom: 40px;
	text-align: center;
}

.tab-pane .section_info p {
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 1.8;
	font-size: 15px;
}

.tab-pane .section_info h2:nth-of-type {
	margin-top: 0;
}

.tab-pane .section_info h2 {
	font-size: 20px;
	margin: 40px 0px 20px 0px;
	position: relative;
}

.tab-pane .section_info h3 {
	font-size: 18px;
	margin: 40px 0px 20px 0px;
	position: relative;
	font-family: var(--fd);
}

.tab-pane .section_info li {
	font-weight: 400;
	line-height: 1.8;
	list-style-type: none;
	position: relative;
	padding-left: 20px;
}

.tab-pane .section_info li:after {
	content: '';
	position: absolute;
	display: block;
	width: 7px;
	height: 7px;
	background: var(--ink);
	left: 0;
	top: 9px;
	border-radius: 50%;
}

.tab-pane .section_info strong {
	font-weight: 400;
}

.tab-pane .section_info ul {
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 15px;
}

.tab-pane.on {
	display: block
}

.specs-table {
	width: 100%;
	border-collapse: collapse
}

.specs-table tr:nth-child(odd) td {
	background: var(--bg)
}

.specs-table td {
	padding: 12px 16px;
	font-size: 14px;
	font-weight: 300;
	border-bottom: 1px solid var(--line2)
}

.specs-table td:first-child {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: var(--ink3);
	width: 36%
}

.specs-table td:last-child {
	color: var(--ink);
	font-weight: 400
}

/* reviews */
.reviews-list {
	display: flex;
	flex-direction: column;
	gap: 16px
}

.review-item {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 20px
}

.rev-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 10px;
	gap: 12px;
	flex-wrap: wrap
}

.rev-author {
	font-size: 14px;
	font-weight: 700;
	color: var(--ink)
}

.rev-role {
	font-size: 12px;
	color: var(--ink3);
	margin-top: 2px
}

.rev-stars {
	color: #F59E0B;
	font-size: 13px;
	letter-spacing: 1px
}

.rev-date {
	font-size: 11px;
	color: var(--ink4)
}

.rev-text {
	font-size: 14px;
	font-weight: 300;
	color: var(--ink2);
	line-height: 1.7
}

.rev-badges {
	display: flex;
	gap: 8px;
	margin-top: 10px;
	flex-wrap: wrap
}

.rev-badge {
	font-size: 11px;
	font-weight: 600;
	padding: 3px 10px;
	border-radius: 100px
}

.rv-g {
	background: var(--green2);
	color: var(--green)
}

.rv-b {
	background: var(--blue2);
	color: var(--blue)
}

.add-review-btn {
	margin-top: 20px;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 24px;
	border-radius: 8px;
	background: var(--bg);
	border: 1.5px solid var(--line);
	color: var(--ink2);
	cursor: pointer;
	transition: all .2s
}

.add-review-btn:hover {
	border-color: var(--navy);
	color: var(--navy)
}

/* questions */
.questions-list {
	display: flex;
	flex-direction: column;
	gap: 14px
}

.q-item {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	overflow: hidden
}

.q-question {
	padding: 16px 20px;
	background: var(--blue2);
	font-size: 14px;
	font-weight: 600;
	color: var(--navy)
}

.q-question::before {
	content: '?  ';
	font-weight: 800;
	color: var(--blue)
}

.q-answer {
	padding: 16px 20px;
	font-size: 13px;
	font-weight: 300;
	color: var(--ink2);
	line-height: 1.7
}

.q-answer::before {
	content: 'A  ';
	font-weight: 800;
	color: var(--green);
	font-size: 14px
}

.ask-question-form {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 20px;
	margin-top: 16px
}

.ask-q-title {
	font-size: 15px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 14px
}

.ask-q-input {
	width: 100%;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 11px 14px;
	font-size: 14px;
	font-family: var(--f);
	color: var(--ink);
	outline: none;
	resize: vertical;
	min-height: 80px;
	transition: border-color .2s
}

.ask-q-input:focus {
	border-color: var(--navy)
}

.ask-q-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 12px
}

.ask-q-in {
	width: 100%;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 11px 14px;
	font-size: 14px;
	font-family: var(--f);
	color: var(--ink);
	outline: none;
	transition: border-color .2s
}

.ask-q-in:focus {
	border-color: var(--navy)
}

.ask-q-in::placeholder {
	color: var(--ink4)
}

/* docs */
.docs-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px
}

.doc-item {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: 16px;
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	transition: all .15s
}

.doc-item:hover {
	border-color: var(--navy);
	background: var(--blue2)
}

.doc-ico {
	width: 38px;
	height: 38px;
	border-radius: 8px;
	background: var(--blue2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex-shrink: 0
}

.doc-name {
	font-size: 13px;
	font-weight: 600;
	color: var(--ink);
	display: block;
	margin-bottom: 2px
}

.doc-size {
	font-size: 11px;
	color: var(--ink4)
}

.cart-pg {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px 60px
}

.cart-title {
	font-size: 24px;
	font-weight: 800;
	color: var(--ink);
	margin-bottom: 24px;
	letter-spacing: -.3px
}

.cart-layout {
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: 24px;
	align-items: start
}

.cart-items {
	display: flex;
	flex-direction: column;
	gap: 12px
}

.cart-item {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 20px;
	display: flex;
	gap: 16px;
	align-items: center
}

.cart-item-img {
	width: 100px;
	height: 100px;
	background: var(--bg);
	border-radius: 8px;
	border: 1px solid var(--line2);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0
}

.cart-item-img svg {
	width: 70px
}

.cart-item-info {
	flex: 1;
	min-width: 0
}

.cart-item-brand {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--navy);
	opacity: .7;
	margin-bottom: 4px
}

.cart-item-name {
	font-size: 15px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 6px;
	line-height: 1.3
}

.cart-item-specs {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 10px
}

.cart-item-avail {
	font-size: 12px;
	font-weight: 600;
	color: var(--green);
	display: flex;
	align-items: center;
	gap: 4px
}

.cart-item-avail::before {
	content: '●';
	font-size: 8px
}

.cart-item-qty {
	display: flex;
	align-items: center;
	gap: 0;
	border: 1px solid var(--line);
	border-radius: 8px;
	overflow: hidden
}

.qty-btn {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--bg);
	border: none;
	font-size: 18px;
	font-weight: 700;
	color: var(--ink2);
	cursor: pointer;
	transition: background .15s
}

.qty-btn:hover {
	background: var(--line2)
}

.qty-val {
	width: 48px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 700;
	color: var(--ink);
	border-left: 1px solid var(--line);
	border-right: 1px solid var(--line)
}

.cart-item-price-col {
	text-align: right;
	flex-shrink: 0
}

.cart-item-price {
	font-size: 20px;
	font-weight: 800;
	color: var(--ink);
	letter-spacing: -.03em
}

.cart-item-remove {
	display: block;
	font-size: 12px;
	color: var(--red);
	cursor: pointer;
	margin-top: 6px;
	background: none;
	border: none;
	font-family: var(--f)
}

.cart-item-remove:hover {
	text-decoration: underline
}

/* order summary */
.order-summary {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 24px;
	position: sticky;
	top: 120px
}

.os-title {
	font-size: 16px;
	font-weight: 800;
	color: var(--ink);
	margin-bottom: 20px
}

.os-rows {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 16px
}

.os-row {
	display: flex;
	justify-content: space-between;
	font-size: 14px
}

.os-row-label {
	color: var(--ink3)
}

.os-row-val {
	font-weight: 600;
	color: var(--ink)
}

.os-divider {
	height: 1px;
	background: var(--line);
	margin: 10px 0
}

.os-total {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 800;
	color: var(--ink)
}

.os-checkout {
	width: 100%;
	font-size: 15px;
	padding: 16px;
	border-radius: 10px;
	background: var(--green);
	color: #fff;
	border: none;
	cursor: pointer;
	font-family: var(--f);
	font-weight: 700;
	margin-top: 16px;
	transition: all .2s;
	box-shadow: 0 4px 16px rgba(22, 163, 74, .3)
}

.os-checkout:hover {
	background: #15803D
}

.os-continue {
	width: 100%;
	font-size: 13px;
	padding: 10px;
	background: none;
	border: 1.5px solid var(--line);
	border-radius: 8px;
	color: var(--ink3);
	cursor: pointer;
	font-family: var(--f);
	font-weight: 600;
	margin-top: 8px;
	transition: all .15s
}

.os-continue:hover {
	border-color: var(--navy);
	color: var(--navy)
}

.os-promos {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid var(--line)
}

.os-promo-title {
	font-size: 12px;
	font-weight: 700;
	color: var(--ink3);
	text-transform: uppercase;
	letter-spacing: .06em;
	margin-bottom: 8px
}

.os-promo-row {
	display: flex;
	gap: 8px
}

.os-promo-inp {
	flex: 1;
	border: 1px solid var(--line);
	border-radius: 6px;
	padding: 8px 12px;
	font-size: 13px;
	font-family: var(--f);
	outline: none;
	transition: border-color .15s
}

.os-promo-inp:focus {
	border-color: var(--navy)
}

.os-promo-btn {
	font-size: 12px;
	font-weight: 600;
	padding: 8px 14px;
	background: var(--navy);
	color: #fff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	font-family: var(--f)
}

.os-trust-row {
	display: flex;
	gap: 8px;
	margin-top: 16px;
	flex-wrap: wrap
}

.os-trust-badge {
	font-size: 10px;
	font-weight: 600;
	color: var(--ink3);
	display: flex;
	align-items: center;
	gap: 4px
}

.os-trust-badge::before {
	content: '';
	color: var(--green);
	font-weight: 700
}

.checkout-pg {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px 60px
}

.checkout-title {
	font-size: 24px;
	font-weight: 800;
	color: var(--ink);
	margin-bottom: 8px
}

.checkout-steps {
	display: flex;
	gap: 0;
	margin-bottom: 32px;
	align-items: center
}

.checkout-step {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	color: var(--ink4)
}

.checkout-step.active {
	color: var(--navy)
}

.checkout-step.done {
	color: var(--green)
}

.cs-num {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	background: var(--line);
	color: var(--ink3)
}

.checkout-step.active .cs-num {
	background: var(--navy);
	color: #fff
}

.checkout-step.done .cs-num {
	background: var(--green);
	color: #fff
}

.cs-sep {
	flex: 1;
	height: 1px;
	background: var(--line);
	margin: 0 12px;
	max-width: 60px
}

.checkout-layout {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 24px
}

.checkout-form-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 28px
}

.cf-section-title {
	font-size: 16px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--line2)
}

.cf-grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 16px
}

.cf-row {
	margin-bottom: 16px
}

.cf-label {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: var(--ink3);
	display: block;
	margin-bottom: 6px
}

.cf-input,
.cf-select {
	width: 100%;
	border: 1.5px solid var(--line);
	border-radius: 8px;
	padding: 11px 14px;
	font-size: 14px;
	font-family: var(--f);
	color: var(--ink);
	background: #fff;
	outline: none;
	transition: border-color .2s;
	appearance: none
}

.cf-input:focus,
.cf-select:focus {
	border-color: var(--navy);
	box-shadow: 0 0 0 3px rgba(15, 39, 68, .06)
}

.cf-input::placeholder {
	color: var(--ink4)
}

.cf-textarea {
	width: 100%;
	border: 1.5px solid var(--line);
	border-radius: 8px;
	padding: 11px 14px;
	font-size: 14px;
	font-family: var(--f);
	color: var(--ink);
	background: #fff;
	outline: none;
	resize: vertical;
	min-height: 90px;
	transition: border-color .2s
}

.cf-textarea:focus {
	border-color: var(--navy)
}

.cf-textarea::placeholder {
	color: var(--ink4)
}

.cf-submit {
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	padding: 16px;
	border-radius: 10px;
	background: var(--green);
	color: #fff;
	border: none;
	cursor: pointer;
	font-family: var(--f);
	margin-top: 4px;
	transition: all .2s;
	box-shadow: 0 4px 16px rgba(22, 163, 74, .3)
}

.cf-submit:hover {
	background: #15803D
}

.cf-note {
	font-size: 11px;
	color: var(--ink4);
	text-align: center;
	margin-top: 10px
}

/* payment options */
.pay-opts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 20px
}

.pay-opt {
	background: var(--bg);
	border: 2px solid var(--line);
	border-radius: 10px;
	padding: 14px;
	cursor: pointer;
	transition: all .15s;
	text-align: center
}

.pay-opt:hover {
	border-color: var(--navy)
}

.pay-opt.on {
	border-color: var(--navy);
	background: var(--blue2)
}

.pay-opt-icon {
	font-size: 24px;
	margin-bottom: 6px
}

.pay-opt-name {
	font-size: 12px;
	font-weight: 700;
	color: var(--ink);
	letter-spacing: -.1px
}

.pay-opt-desc {
	font-size: 10px;
	color: var(--ink3);
	margin-top: 2px
}

/* delivery options */
.del-opts {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 20px
}

.del-opt {
	background: var(--bg);
	border: 2px solid var(--line);
	border-radius: 10px;
	padding: 14px 16px;
	cursor: pointer;
	transition: all .15s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px
}

.del-opt:hover {
	border-color: var(--navy)
}

.del-opt.on {
	border-color: var(--navy);
	background: var(--blue2)
}

.del-opt-left {
	display: flex;
	align-items: center;
	gap: 10px
}

.del-opt-icon {
	font-size: 20px;
	flex-shrink: 0
}

.del-opt-name {
	font-size: 13px;
	font-weight: 600;
	color: var(--ink)
}

.del-opt-desc {
	font-size: 11px;
	color: var(--ink3);
	margin-top: 2px
}

.del-opt-price {
	font-size: 14px;
	font-weight: 700;
	color: var(--green)
}

.wishlist-pg {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px 60px
}

.wishlist-title {
	font-size: 24px;
	font-weight: 800;
	color: var(--ink);
	margin-bottom: 8px
}

.wishlist-sub {
	font-size: 14px;
	color: var(--ink3);
	margin-bottom: 24px
}

.wishlist-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px
}

.wishlist-empty {
	text-align: center;
	padding: 80px 20px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px
}

.we-icon {
	font-size: 56px;
	margin-bottom: 16px
}

.we-title {
	font-size: 20px;
	font-weight: 800;
	color: var(--ink);
	margin-bottom: 8px
}

.we-sub {
	font-size: 14px;
	color: var(--ink3);
	margin-bottom: 24px
}

.compare-pg {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px 60px;
	overflow-x: auto
}

.compare-title {
	font-size: 24px;
	font-weight: 800;
	color: var(--ink);
	margin-bottom: 24px
}

.compare-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 800px
}

.compare-table th {
	background: var(--navy);
	color: #fff;
	padding: 16px;
	font-size: 13px;
	font-weight: 600;
	text-align: left;
	border-right: 1px solid rgba(255, 255, 255, .1)
}

.compare-table th:first-child {
	width: 200px
}

.compare-table td {
	padding: 12px 16px;
	font-size: 13px;
	border-bottom: 1px solid var(--line);
	border-right: 1px solid var(--line2);
	vertical-align: top
}

.compare-table tr:nth-child(even) td {
	background: var(--bg)
}

.compare-table td:first-child {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: var(--ink3);
	background: var(--bg) !important
}

.compare-header-cell {
	text-align: center;
	padding: 20px;
	background: var(--bg);
	border-right: 1px solid var(--line)
}

.compare-header-cell svg {
	width: 80px;
	margin: 0 auto 12px
}

.compare-prod-name {
	font-size: 13px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 4px;
	line-height: 1.3
}

.compare-prod-price {
	font-size: 16px;
	font-weight: 800;
	color: var(--ink);
	margin-bottom: 10px
}

.compare-winner {
	background: #DCFCE7 !important;
	font-weight: 700;
	color: var(--green)
}

.info-pg {
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 20px 60px
}

.info-h {
	font-size: 32px;
	font-weight: 800;
	color: var(--ink);
	letter-spacing: -.04em;
	margin-bottom: 8px
}

.info-sub {
	font-size: 16px;
	color: var(--ink3);
	font-weight: 300;
	margin-bottom: 36px
}

.info-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 36px
}

.info-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 24px;
	text-align: center
}

.info-card-n {
	font-size: 40px;
	font-weight: 800;
	color: var(--navy);
	letter-spacing: -.04em;
	margin-bottom: 6px
}

.info-card-n span {
	color: var(--green)
}

.info-card-l {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: var(--ink3)
}

.info-section {
	margin-bottom: 40px
}

.info-section-h {
	font-size: 20px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 14px;
	letter-spacing: -.2px
}

.info-text {
	font-size: 15px;
	font-weight: 300;
	color: var(--ink2);
	line-height: 1.8
}

.info-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 12px
}

.info-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	font-weight: 300;
	color: var(--ink2);
	line-height: 1.6
}

.info-list li::before {
	content: '';
	color: var(--green);
	font-weight: 700;
	flex-shrink: 0;
	margin-top: 1px
}

.info-team {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 20px
}

.info-team-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	overflow: hidden
}

.itc-ava {
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 48px;
	background: var(--bg);
	border-bottom: 1px solid var(--line)
}

.itc-body {
	padding: 14px
}

.itc-name {
	font-size: 14px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 3px
}

.itc-role {
	font-size: 11px;
	color: var(--ink4);
	text-transform: uppercase;
	letter-spacing: .04em
}

.itc-exp {
	font-size: 12px;
	font-weight: 600;
	color: var(--navy);
	margin-top: 5px
}

.contact-pg {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px 60px
}

.contact-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: start
}

.contact-info-card {
	background: var(--navy);
	border-radius: 16px;
	padding: 32px;
	color: #fff
}

.cic-title {
	font-size: 22px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 8px
}

.cic-sub {
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
	margin-bottom: 28px;
	font-weight: 300
}

.cic-methods {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 28px
}

.cic-method {
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 10px;
	padding: 14px 16px;
	display: flex;
	align-items: center;
	gap: 12px
}

.cic-ico {
	width: 38px;
	height: 38px;
	border-radius: 9px;
	background: rgba(255, 255, 255, .1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex-shrink: 0
}

.cic-label {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .4);
	margin-bottom: 3px
}

.cic-val {
	font-size: 15px;
	font-weight: 700;
	color: #fff
}

.cic-sub2 {
	font-size: 11px;
	color: rgba(255, 255, 255, .3);
	margin-top: 1px
}

.cic-stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 10px;
	overflow: hidden
}

.cic-stat {
	padding: 18px;
	border-right: 1px solid rgba(255, 255, 255, .08)
}

.cic-stat:nth-child(2n) {
	border-right: none
}

.cic-stat:nth-child(3),
.cic-stat:nth-child(4) {
	border-top: 1px solid rgba(255, 255, 255, .08)
}

.cic-stat-n {
	font-size: 26px;
	font-weight: 800;
	color: #fff;
	letter-spacing: -.04em
}

.cic-stat-l {
	font-size: 10px;
	font-weight: 300;
	color: rgba(255, 255, 255, .4);
	text-transform: uppercase;
	letter-spacing: .08em;
	margin-top: 3px
}

.contact-form-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 28px
}

.cf2-title {
	font-size: 20px;
	font-weight: 800;
	color: var(--ink);
	margin-bottom: 6px
}

.cf2-sub {
	font-size: 13px;
	color: var(--ink3);
	margin-bottom: 22px;
	font-weight: 300
}

.thanks-pg {
	min-height: calc(100vh - 115px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 20px
}

.thanks-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 20px;
	padding: 56px 48px;
	max-width: 580px;
	width: 100%;
	text-align: center;
	box-shadow: 0 8px 40px rgba(0, 0, 0, .06)
}

.thanks-icon {
	font-size: 64px;
	margin-bottom: 16px
}

.thanks-h {
	font-size: 28px;
	font-weight: 800;
	color: var(--ink);
	letter-spacing: -.03em;
	margin-bottom: 10px
}

.thanks-sub {
	font-size: 15px;
	font-weight: 300;
	color: var(--ink3);
	line-height: 1.75;
	margin-bottom: 28px
}

.thanks-order {
	background: var(--green2);
	border-radius: 12px;
	padding: 16px 24px;
	margin-bottom: 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap
}

.tho-label {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: var(--green)
}

.tho-val {
	font-size: 18px;
	font-weight: 800;
	color: var(--green)
}

.thanks-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-bottom: 28px;
	text-align: left
}

.ts-item {
	background: var(--bg);
	border-radius: 10px;
	padding: 16px
}

.ts-num {
	font-size: 20px;
	font-weight: 800;
	color: var(--navy);
	margin-bottom: 5px
}

.ts-title {
	font-size: 12px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 3px;
	text-transform: uppercase;
	letter-spacing: .04em
}

.ts-desc {
	font-size: 11px;
	color: var(--ink4);
	font-weight: 300;
	line-height: 1.5
}

.thanks-acts {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap
}

.ovl {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .5);
	backdrop-filter: blur(6px);
	z-index: 9000;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s
}

.ovl.on {
	opacity: 1;
	pointer-events: all
}

.modal {
	background: #fff;
	border-radius: 16px;
	width: 90%;
	max-width: 500px;
	transform: translateY(10px) scale(.98);
	transition: all .22s;
	box-shadow: 0 24px 80px rgba(0, 0, 0, .15);
	overflow: hidden
}

.ovl.on .modal {
	transform: none
}

.mod-hd {
	background: var(--navy);
	padding: 20px 24px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px
}

.mod-hd-ico {
	font-size: 24px
}

.mod-hd-title {
	font-size: 18px;
	font-weight: 800;
	color: #fff
}

.mod-hd-sub {
	font-size: 12px;
	color: rgba(255, 255, 255, .5);
	margin-top: 2px
}

.mod-close {
	position: absolute;
	top: 12px;
	right: 14px;
	width: 28px;
	height: 28px;
	background: rgba(255, 255, 255, .12);
	border: none;
	border-radius: 6px;
	color: rgba(255, 255, 255, .7);
	cursor: pointer;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .15s
}

.mod-close:hover {
	background: rgba(255, 255, 255, .22)
}

.mod-body {
	padding: 22px 24px
}

.mod-success {
	padding: 40px 24px;
	text-align: center
}

.ms-ico {
	font-size: 52px;
	margin-bottom: 12px
}

.ms-t {
	font-size: 22px;
	font-weight: 800;
	color: var(--ink);
	margin-bottom: 8px
}

.ms-d {
	font-size: 13px;
	color: var(--ink3);
	line-height: 1.7;
	margin-bottom: 22px;
	font-weight: 300
}

.cart-panel {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 400px;
	z-index: 950;
	background: #fff;
	box-shadow: -8px 0 40px rgba(0, 0, 0, .12);
	transform: translateX(100%);
	transition: transform .3s;
	display: flex;
	flex-direction: column;
}

.cart-panel.open {
	transform: none
}

.cart-panel-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .4);
	z-index: 940;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s
}

.cart-panel-overlay.open {
	opacity: 1;
	pointer-events: all
}

.cp-hd {
	padding: 18px 20px;
	border-bottom: 1px solid var(--line);
	display: flex;
	align-items: center;
	justify-content: space-between
}

.cp-hd-title {
	font-size: 18px;
	font-weight: 800;
	color: var(--ink)
}

.cp-close {
	font-size: 18px;
	background: none;
	border: none;
	color: var(--ink3);
	cursor: pointer;
	padding: 4px;
	border-radius: 6px;
	transition: background .15s
}

.cp-close:hover {
	background: var(--bg)
}

.cp-items {
	flex: 1;
	overflow-y: auto;
	padding: 16px
}

.cp-item {
	display: flex;
	gap: 12px;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid var(--line2)
}

.cp-item-img {
	width: 60px;
	height: 60px;
	background: var(--bg);
	border-radius: 8px;
	border: 1px solid var(--line2);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0
}

.cp-item-img svg {
	width: 44px
}

.cp-item-info {
	flex: 1;
	min-width: 0
}

.cp-item-name {
	font-size: 12px;
	font-weight: 600;
	color: var(--ink);
	line-height: 1.3;
	margin-bottom: 4px
}

.cp-item-price {
	font-size: 14px;
	font-weight: 800;
	color: var(--ink)
}

.cp-item-remove {
	font-size: 11px;
	color: var(--red);
	background: none;
	border: none;
	cursor: pointer;
	font-family: var(--f);
	padding: 0
}

.cp-footer {
	padding: 16px 20px;
	border-top: 1px solid var(--line)
}

.cp-total {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 800;
	color: var(--ink);
	margin-bottom: 14px
}

.cp-checkout-btn {
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	padding: 15px;
	background: var(--green);
	color: #fff;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	font-family: var(--f);
	transition: all .2s;
	box-shadow: 0 4px 16px rgba(22, 163, 74, .25)
}

.cp-checkout-btn:hover {
	background: #15803D
}

.cp-view-btn {
	width: 100%;
	font-size: 13px;
	font-weight: 600;
	padding: 11px;
	background: none;
	border: 1.5px solid var(--line);
	border-radius: 8px;
	color: var(--ink2);
	cursor: pointer;
	font-family: var(--f);
	transition: all .15s;
	margin-top: 8px
}

.cp-view-btn:hover {
	border-color: var(--navy);
	color: var(--navy)
}

.toast {
	position: fixed;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%) translateY(20px);
	background: var(--ink);
	color: #fff;
	padding: 12px 20px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	transition: all .3s;
	display: flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
	box-shadow: 0 8px 32px rgba(0, 0, 0, .2);
}

.toast.show {
	opacity: 1;
	transform: translateX(-50%) translateY(0)
}

.ft-links ul {
	list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.ft-links li a {
	font-size: 12px;
    font-weight: 300;
    color: rgba(255, 255, 255, .4);
    cursor: pointer;
    transition: color .14s;
}

.ft-pol {
	font-size: 12px;
    font-weight: 300;
    color: rgba(255, 255, 255, .4);
    cursor: pointer;
    transition: color .14s;
}

@media(max-width:1100px) {
	.prod-grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.prod-grid-5 {
		grid-template-columns: repeat(3, 1fr)
	}

	.cat-pg-layout {
		grid-template-columns: 1fr
	}

	.cat-sb {
		display: none
	}

	.det-layout {
		grid-template-columns: 1fr
	}

	.cart-layout {
		grid-template-columns: 1fr
	}

	.order-summary {
		position: static
	}

	.checkout-layout {
		grid-template-columns: 1fr
	}

	.wishlist-grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.qcats-grid {
		grid-template-columns: repeat(4, 1fr)
	}

	.promo-in {
		grid-template-columns: 1fr
	}

	.promo-card {
		display: none
	}

	.contact-layout {
		grid-template-columns: 1fr
	}

	.info-team {
		grid-template-columns: 1fr 1fr
	}
}

@media(max-width:700px) {
	.hdr-in {
		grid-template-columns: auto 1fr auto;
		gap: 12px;
		height: 58px
	}

	.topbar-links {
		display: none
	}

	.prod-grid {
		grid-template-columns: 1fr 1fr;
		gap: 10px
	}

	.qcats-grid {
		grid-template-columns: repeat(4, 1fr)
	}

	.cart-panel {
		width: 100%
	}

	.det-thumbs {
		grid-template-columns: repeat(4, 1fr)
	}

	.docs-grid {
		grid-template-columns: 1fr 1fr
	}

	.thanks-steps {
		grid-template-columns: 1fr
	}

	.pay-opts {
		grid-template-columns: 1fr
	}

	.compare-pg {
		padding: 0 10px 40px
	}

	.info-grid {
		grid-template-columns: 1fr 1fr
	}

	.info-team {
		grid-template-columns: 1fr 1fr
	}

	.wishlist-grid {
		grid-template-columns: 1fr 1fr
	}

	.cf-grid-2 {
		grid-template-columns: 1fr
	}

	.ask-q-row {
		grid-template-columns: 1fr
	}

	.det-layout {
		gap: 20px
	}

	.buy-box {
		position: static
	}
}