*,
*::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 {
	--bg: #0D0D0D;
	--bg2: #161616;
	--bg3: #1E1E1E;
	--bg4: #252525;
	--ln: #2E2E2E;
	--ln2: #383838;
	--w: #FFFFFF;
	--ink: #F0F0F0;
	--ink2: #C0C0C0;
	--ink3: #888;
	--ink4: #555;
	--am: #F5A623;
	--am2: rgba(245, 166, 35, .12);
	--am3: rgba(245, 166, 35, .06);
	--gr: #22C55E;
	--gr2: rgba(34, 197, 94, .12);
	--re: #EF4444;
	--re2: rgba(239, 68, 68, .12);
	--bl: #3B82F6;
	--bl2: rgba(59, 130, 246, .12);
	--f: 'Space Grotesk', system-ui, sans-serif;
	--r: 6px;
}

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
}

::-webkit-scrollbar {
	width: 4px
}

::-webkit-scrollbar-thumb {
	background: var(--am)
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ HEADER Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hdr {
	background: var(--bg2);
	border-bottom: 1px solid var(--ln);
	position: sticky;
	top: 0;
	z-index: 900
}

.hdr-row1 {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	gap: 16px;
	height: 56px
}

.logo {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	flex-shrink: 0
}

.logo-box {
	width: 30px;
	height: 30px;
	background: var(--am);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 700;
	color: #000
}

.logo-name {
	font-size: 16px;
	font-weight: 700;
	color: var(--w);
	letter-spacing: -.2px
}

.logo-name span {
	color: var(--am)
}

.hdr-search {
	flex: 1;
	display: flex;
	background: var(--bg3);
	border: 1px solid var(--ln2);
	border-radius: var(--r);
	overflow: hidden
}

.hdr-search .dgwt-wcas-search-wrapp {
	display: inline-flex;
	max-width: unset;
	margin: 0;
}

.hdr-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	padding: 0;
	border-radius: 0;
}

.hdr-search .dgwt-wcas-sf-wrapp {
	background: none;
	padding: 0;
	display: flex;
	align-items: center;
}

.hdr-search .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;
}

.hdr-search .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
	background: transparent;
}

.hdr-search .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	top: 50%;
	left: 10px;
	margin-top: -16.5px;
}

.hdr-search .dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border-color: transparent
}

.hdr-search .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;
}

.hdr-search button.dgwt-wcas-om-return path,
.hdr-search .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path,
.hdr-search .dgwt-wcas-voice-search svg path,
.hdr-search .dgwt-wcas-search-submit svg path {
	fill: #aed5a180 !important;
}

.hdr-search .dgwt-wcas-suggestions-wrapp {
	box-shadow: none;
}

.hdr-search .dgwt-wcas-overlay-mobile {
	background: #ffffffe6;
}

.hdr-search:focus-within {
	border-color: var(--am)
}

.hdr-search input {
	flex: 1;
	background: none;
	border: none;
	padding: 9px 14px;
	font-size: 13px;
	color: var(--ink);
	outline: none;
	font-family: var(--f)
}

.hdr-search input::placeholder {
	color: var(--ink4)
}

.hdr-search-btn {
	background: var(--am);
	color: #000;
	border: none;
	padding: 9px 18px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	transition: filter .15s
}

.hdr-search-btn:hover {
	filter: brightness(1.1)
}

.hdr-actions {
	display: flex;
	align-items: center;
	gap: 4px;
	flex-shrink: 0
}

.hact {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1px;
	background: none;
	border: none;
	color: var(--ink3);
	cursor: pointer;
	padding: 7px 10px;
	border-radius: var(--r);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .02em;
	transition: all .15s;
	position: relative;
	white-space: nowrap
}

.hact:hover {
	background: var(--bg3);
	color: var(--ink)
}

.hact svg {
	width: 18px;
	height: 18px
}

.hbadge {
	position: absolute;
	top: 3px;
	right: 5px;
	width: 15px;
	height: 15px;
	background: var(--am);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 8px;
	font-weight: 700;
	color: #000;
	border: 2px solid var(--bg2)
}

.cart-btn {
	display: flex;
	align-items: center;
	gap: 7px;
	background: var(--am);
	color: #000;
	border: none;
	border-radius: var(--r);
	padding: 9px 16px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	transition: filter .15s
}

.cart-btn:hover {
	filter: brightness(1.1)
}

.cart-btn svg {
	width: 16px;
	height: 16px
}

/* cat nav row */
.nav-row {
	background: var(--bg3);
	border-bottom: 1px solid var(--ln)
}

.nav-row-in {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	height: 38px;
	overflow-x: auto;
	gap: 0
}

.nav-row-in::-webkit-scrollbar {
	display: none
}

.nav-row-in ul {
	display: flex;
	gap: 0;
	align-items: stretch;
	height: 38px;
	overflow-x: auto
}

.nav-row-in ul li {
	display: flex;
}

.nav-row-in ul li a {
	font-size: 12px;
	font-weight: 500;
	color: var(--ink3);
	padding: 0 12px;
	display: flex;
	align-items: center;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	transition: all .15s;
	white-space: nowrap;
	gap: 5px
}

.nitem {
	font-size: 12px;
	font-weight: 500;
	color: var(--ink3);
	padding: 0 12px;
	display: flex;
	align-items: center;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	transition: all .15s;
	white-space: nowrap;
	gap: 5px
}

.nitem:hover,
.nav-row-in ul li a:hover {
	color: var(--am);
	border-color: var(--am)
}

.nitem svg {
	width: 12px;
	height: 12px;
	flex-shrink: 0
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ SHOP HERO (no big banner Ã¢â‚¬â€ just search + cats) Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.shop-hero {
	max-width: 1400px;
	margin: 0 auto;
	padding: 16px 20px 0
}

.sh-cats-row {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 6px;
	margin-bottom: 16px
}

.sh-cat {
	background: var(--bg2);
	border: 1px solid var(--ln);
	border-radius: var(--r);
	padding: 10px 6px;
	text-align: center;
	cursor: pointer;
	transition: all .2s
}

.sh-cat:hover {
	border-color: var(--am);
	background: var(--am3)
}

.sh-cat-ico {
	font-size: 20px;
	margin-bottom: 4px
}

.sh-cat-nm {
	font-size: 10px;
	font-weight: 600;
	color: var(--ink2);
	line-height: 1.2
}

.sh-cat-c {
	font-size: 9px;
	color: var(--ink4);
	margin-top: 1px
}

/* promo strip */
.promo-strip {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 8px;
	margin-bottom: 16px;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px 16px
}

.promo-main {
	background: linear-gradient(135deg, #1A1200, #251800);
	border: 1px solid rgba(245, 166, 35, .2);
	border-radius: 8px;
	padding: 24px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 160px
}

.promo-main::before {
	content: '';
	position: absolute;
	right: -40px;
	top: -40px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: rgba(245, 166, 35, .06)
}

.pm-tag {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--am);
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 6px
}

.pm-tag::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--am)
}

.pm-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--w);
	line-height: 1.2;
	margin-bottom: 8px
}

.pm-sub {
	font-size: 12px;
	color: var(--ink3);
	margin-bottom: 14px;
	font-weight: 300
}

.promo-sm {
	background: var(--bg2);
	border: 1px solid var(--ln);
	border-radius: 8px;
	padding: 18px;
	cursor: pointer;
	transition: border-color .2s;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.promo-sm:hover {
	border-color: var(--am)
}

.psm-cat {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--am);
	margin-bottom: 6px
}

.psm-title {
	font-size: 14px;
	font-weight: 700;
	color: var(--w);
	margin-bottom: 4px;
	line-height: 1.3
}

.psm-price {
	font-size: 16px;
	font-weight: 700;
	color: var(--am)
}

.psm-price small {
	font-size: 9px;
	font-weight: 400;
	color: var(--ink4);
	display: block;
	margin-bottom: 1px;
	text-transform: uppercase
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ PRODUCT CARD Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.prod-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 8px
}

.prod-grid.g4 {
	grid-template-columns: repeat(4, 1fr)
}

.prod-grid.vl {
	grid-template-columns: 1fr;
	gap: 6px
}

.prod-grid.vl .pc {
	flex-direction: row
}

.prod-grid.vl .pc-img {
	width: 160px;
	flex-shrink: 0;
	height: auto;
	border-right: 1px solid var(--ln);
	border-bottom: none;
	border-radius: var(--r) 0 0 var(--r)
}

.prod-grid.vl .pc-img svg {
	width: 70px
}

.prod-grid.vl .pc-body {
	padding: 14px
}

.pc {
	background: var(--bg2);
	border: 1px solid var(--ln);
	border-radius: var(--r);
	overflow: hidden;
	cursor: pointer;
	transition: all .2s;
	display: flex;
	flex-direction: column;
	position: relative
}

.pc:hover {
	border-color: rgba(245, 166, 35, .5);
	box-shadow: 0 0 0 1px rgba(245, 166, 35, .15);
	transform: translateY(-1px)
}

.pc-img {
	height: 170px;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid var(--ln)
}

.pc-img::before {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(245, 166, 35, .04);
	bottom: -20px;
	right: -20px
}

.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: 90px;
	transition: transform .3s;
	position: relative;
	z-index: 1
}

.pc:hover .pc-img svg {
	transform: scale(1.06)
}

.pc-wish {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--bg4);
	border: 1px solid var(--ln2);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 12px;
	color: var(--ink4);
	transition: all .18s;
	z-index: 2
}

.pc-wish:hover,
.pc-wish.on {
	color: var(--re);
	border-color: var(--re);
	background: var(--re2)
}

.pc-cmp {
	position: absolute;
	top: 7px;
	left: 7px;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .04em;
	padding: 2px 6px;
	border-radius: 3px;
	cursor: pointer;
	z-index: 2;
	background: var(--bg4);
	border: 1px solid var(--ln2);
	color: var(--ink4);
	transition: all .14s;
	text-transform: uppercase
}

.pc-cmp:hover,
.pc-cmp.on {
	background: var(--bl);
	color: #fff;
	border-color: var(--bl)
}

.pc-lbl {
	position: absolute;
	bottom: 6px;
	left: 6px;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	padding: 2px 7px;
	border-radius: 3px;
	z-index: 2
}

.lam {
	background: var(--am);
	color: #000
}

.lgr {
	background: var(--am);
	color: #000;
}

.lre {
	background: var(--re);
	color: #fff
}

.lbl {
	background: var(--bl);
	color: #fff
}

.pc-body {
	padding: 10px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.pc-brand {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--am);
	opacity: .8;
	margin-bottom: 4px
}

.pc-name {
	font-size: 12px;
	font-weight: 600;
	color: var(--ink);
	line-height: 1.3;
	margin-bottom: 6px;
	letter-spacing: -.1px
}

.pc-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 3px;
	margin-bottom: 7px
}

.ptag {
	font-size: 8px;
	font-weight: 500;
	padding: 2px 5px;
	background: var(--bg3);
	border: 1px solid var(--ln2);
	color: var(--ink4);
	border-radius: 3px
}

.pc-avail {
	font-size: 10px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 3px;
	margin-bottom: 5px
}

.avy {
	color: var(--gr)
}

.avy::before {
	content: 'Ã¢â€”Â';
	font-size: 7px
}

.avo {
	color: #F59E0B
}

.avo::before {
	content: 'Ã¢â€”Â';
	font-size: 7px
}

.pc-price {
	font-size: 15px;
	font-weight: 700;
	color: var(--w);
	margin-top: auto;
	letter-spacing: -.2px
}

.d-none {
	display: none;
}

.pc-price-from {
	font-size: 8px;
	font-weight: 400;
	color: var(--ink4);
	display: block;
	margin-bottom: 1px;
	text-transform: uppercase;
	letter-spacing: .04em
}

.pc-btns {
	display: flex;
	gap: 4px;
	margin-top: 7px
}

.pc-btns .btn {
	flex: 1;
	justify-content: center;
	font-size: 10px;
	padding: 7px 6px
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ BUTTONS Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: var(--f);
	font-size: 12px;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: var(--r);
	border: none;
	cursor: pointer;
	transition: all .18s;
	white-space: nowrap
}

.btn-am {
	background: var(--am);
	color: #000
}

.btn-am:hover {
	filter: brightness(1.1)
}

.btn-dk {
	background: var(--bg3);
	color: var(--ink2);
	border: 1px solid var(--ln2)
}

.btn-dk:hover {
	border-color: var(--am);
	color: var(--am)
}

.btn-gr {
	background: var(--gr);
	color: #000
}

.btn-gr:hover {
	filter: brightness(1.1)
}

.btn-re {
	background: var(--re);
	color: #fff
}

.btn-re:hover {
	filter: brightness(1.1)
}

.btn-lg {
	font-size: 14px;
	padding: 12px 24px;
	border-radius: 8px
}

.btn-sm {
	font-size: 10px;
	padding: 6px 12px
}

.btn-block {
	width: 100%;
	justify-content: center
}

/* section */
.sec {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px 24px
}

.sec-hdr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
	gap: 10px
}

.sec-title {
	font-size: 15px;
	font-weight: 700;
	color: var(--w);
	letter-spacing: -.2px;
	display: flex;
	align-items: center;
	gap: 8px
}

.sec-title::before {
	content: '';
	width: 3px;
	height: 16px;
	background: var(--am);
	border-radius: 2px;
	flex-shrink: 0
}

.sec-tabs {
	display: flex;
	gap: 2px;
	background: var(--bg3);
	padding: 2px;
	border-radius: 6px;
	border: 1px solid var(--ln)
}

.stab {
	font-size: 11px;
	font-weight: 600;
	padding: 5px 12px;
	border-radius: 4px;
	border: none;
	background: none;
	color: var(--ink4);
	cursor: pointer;
	transition: all .14s
}

.stab.on {
	background: var(--bg4);
	color: var(--am)
}

/* breadcrumb */
.bread {
	max-width: 1400px;
	margin: 0 auto;
	padding: 10px 20px;
	display: flex;
	gap: 6px;
	align-items: center;
	font-size: 11px;
	color: var(--ink3)
}

.bread a {
	font-size: 11px;
	color: var(--ink4);
	cursor: pointer;
	transition: color .14s
}

.bread a:hover {
	color: var(--am)
}

.bread span {
	font-size: 11px;
	color: var(--ink4)
}

.bciact {
	font-size: 11px;
	color: var(--ink3)
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ CATALOG Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.cat-layout {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px 40px;
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 16px;
	align-items: start
}

.cat-sb {
	background: var(--bg2);
	border: 1px solid var(--ln);
	border-radius: 8px;
	overflow: hidden;
	position: sticky;
	top: 96px
}

.csb-hd {
	padding: 12px 16px;
	border-bottom: 1px solid var(--ln);
	display: flex;
	align-items: center;
	justify-content: space-between
}

.csb-hd-t {
	font-size: 12px;
	font-weight: 700;
	color: var(--ink)
}

.csb-clr {
	font-size: 11px;
	color: var(--am);
	background: none;
	border: none;
	cursor: pointer;
	font-family: var(--f)
}

.csb-sec {
	padding: 12px 16px;
	border-bottom: 1px solid var(--ln)
}

.csb-sec:last-child {
	border-bottom: none
}

.csb-sec-t {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--ink4);
	margin-bottom: 8px
}

.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(--ln);
	margin: 20px auto 0px auto;
	width: 100%;
	border-radius: 6px;
	background: var(--ln);
}

.csb-opts {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 4px
}

.csb-opts label {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 7px;
	cursor: pointer;
	padding: 2px 0 !important;
	font-size: 11px;
	color: var(--ink3);
	user-select: none;
	flex: 1
}

.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;
}

.csb-opts input {
	display: none;
}

.csb-opt-lbl {
	
}

.csb-opt:hover .csb-opt-lbl {
	color: var(--am)
}

.csb-opt-n {
	font-size: 9px;
	color: var(--ink4)
}

.csb-price-g {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;
	margin-top: 6px
}

.csb-inp {
	background: var(--bg3);
	border: 1px solid var(--ln2);
	border-radius: 5px;
	padding: 6px 8px;
	font-size: 11px;
	color: var(--ink);
	width: 100%;
	outline: none;
	font-family: var(--f)
}

.csb-inp:focus {
	border-color: var(--am)
}

.csb-inp::placeholder {
	color: var(--ink4)
}

.csb-apply {
	width: 100%;
	margin-top: 7px;
	font-size: 10px;
	padding: 7px;
	border-radius: 5px;
	background: var(--am);
	color: #000;
	border: none;
	cursor: pointer;
	font-family: var(--f);
	font-weight: 700
}

.csb-sort {
	display: flex;
	flex-direction: column;
	gap: 3px
}

.csb-so {
	font-size: 11px;
	color: var(--ink4);
	padding: 5px 7px;
	cursor: pointer;
	border-radius: 4px;
	display: flex;
	align-items: center;
	gap: 6px;
	transition: all .14s
}

.csb-so:hover {
	background: var(--bg3);
	color: var(--ink)
}

.csb-so.on {
	color: var(--am)
}

.csb-so::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: 1.5px solid var(--ln2);
	flex-shrink: 0
}

.csb-so.on::before {
	background: var(--am);
	border-color: var(--am)
}

.cat-main {}

.cat-bar {
	background: var(--bg2);
	border: 1px solid var(--ln);
	border-radius: 7px;
	padding: 10px 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
	flex-wrap: wrap;
	gap: 8px
}

.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;
}

.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(--gold);
}

.cat-bar .bapf_sfilter {
	margin: 0;
}

.cat-bar .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a {
	display: flex!important;
	align-items: center;
	gap: 6px;
	border: 1px solid var(--am);
	color: var(--am);
	font-size: 12px;
	padding: 5px 30px 5px 12px;
	border-radius: 20px;
	position: relative;
	font-weight: 400;
}

.cat-bar .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(--am);
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    width: auto;
    height: auto;
}

.cat-bar .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: 12px;
	color: var(--ink3)
}

.cat-found b {
	color: var(--ink);
	font-weight: 700
}

.vt {
	display: flex;
	gap: 2px;
	background: var(--bg3);
	padding: 2px;
	border-radius: 5px;
	border: 1px solid var(--ln)
}

.vb {
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	border: none;
	background: none;
	color: var(--ink4);
	cursor: pointer;
	font-size: 12px;
	transition: all .13s
}

.vb.on {
	background: var(--bg4);
	color: var(--am)
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ DETAIL Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.det-pg {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px
}

.det-layout {
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: 20px;
	align-items: start;
	padding-bottom: 40px
}

.det-gal {}

.det-main {
	background: white;
	border: 1px solid var(--ln);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 36px;
	min-height: 320px;
	position: relative;
	overflow: hidden;
	margin-bottom: 8px
}

.det-main a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.det-main img {
	max-width: 100%;
	max-height: 360px;
	object-fit: contain;
	transition: transform .3s;
}

.det-main::before {
	content: '';
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: rgba(245, 166, 35, .04);
	bottom: -50px;
	right: -50px
}

.det-main svg {
	width: 190px;
	position: relative;
	z-index: 1
}

.det-thumbs {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 6px
}

.det-th {
	background: var(--bg2);
	border: 2px solid var(--ln);
	border-radius: 6px;
	padding: 7px;
	cursor: pointer;
	transition: border-color .14s;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px
}

.det-th:hover,
.det-th.on {
	border-color: var(--am)
}

.det-th svg {
	width: 100%;
	max-width: 38px
}

.buybox {
	background: var(--bg2);
	border: 1px solid var(--ln);
	border-radius: 10px;
	padding: 18px;
	position: sticky;
	top: 96px
}

.det-brand {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--am);
	opacity: .8;
	margin-bottom: 6px
}

.det-name {
	font-size: clamp(16px, 2vw, 20px);
	font-weight: 700;
	color: var(--w);
	letter-spacing: -.2px;
	line-height: 1.2;
	margin-bottom: 10px
}

.det-rating {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 10px
}

.det-stars {
	color: #F59E0B;
	font-size: 12px;
	letter-spacing: 1px
}

.det-rv-link {
	font-size: 11px;
	color: var(--am);
	cursor: pointer;
	text-decoration: underline
}

.det-avail {
	font-size: 12px;
	font-weight: 600;
	color: var(--gr);
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 9px 0;
	border-top: 1px solid var(--ln);
	border-bottom: 1px solid var(--ln);
	margin-bottom: 12px
}

.det-avail::before {
	content: '●';
	font-size: 8px
}

.det-delivery {
	font-size: 10px;
	color: var(--ink4);
	margin-left: auto
}

.det-price-blk {
	background: var(--bg3);
	border-radius: 8px;
	padding: 14px;
	margin-bottom: 12px
}

.det-price-from {
	font-size: 9px;
	color: var(--ink4);
	text-transform: uppercase;
	letter-spacing: .06em;
	display: block;
	margin-bottom: 2px
}

.det-price {
	font-size: 26px;
	font-weight: 700;
	color: var(--w);
	letter-spacing: -.04em
}

.det-leasing {
	font-size: 11px;
	color: var(--am);
	margin-top: 3px;
	font-weight: 600
}

.det-acts {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-bottom: 12px
}

.det-buy {
	width: 100%;
	font-size: 13px;
	font-weight: 700;
	padding: 13px;
	border-radius: 8px;
	background: var(--am);
	color: #000;
	border: none;
	cursor: pointer;
	font-family: var(--f);
	transition: filter .15s
}

.det-buy:hover {
	filter: brightness(1.1)
}

.det-cart {
	width: 100%;
	font-size: 13px;
	font-weight: 700;
	padding: 12px;
	border-radius: 8px;
	background: var(--bg3);
	color: var(--ink2);
	border: 1px solid var(--ln2);
	cursor: pointer;
	font-family: var(--f);
	transition: all .15s
}

.det-cart:hover {
	border-color: var(--am);
	color: var(--am)
}

.det-wish {
	width: 100%;
	font-size: 12px;
	font-weight: 600;
	padding: 10px;
	border-radius: 8px;
	background: none;
	border: 1px solid var(--ln2);
	color: var(--ink4);
	cursor: pointer;
	font-family: var(--f);
	transition: all .14s
}

.det-wish:hover {
	border-color: var(--re);
	color: var(--re)
}

.det-trust {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding-top: 10px;
	border-top: 1px solid var(--ln)
}

.dti {
	font-size: 11px;
	color: var(--ink3);
	display: flex;
	align-items: center;
	gap: 7px
}

.dti-ico {
	font-size: 14px;
	flex-shrink: 0
}

/* det tabs */
.det-tabs {
	border-bottom: 1px solid var(--ln);
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px
}

.dt-nav {
	display: flex;
	gap: 0
}

.dtb {
	font-size: 12px;
	font-weight: 600;
	color: var(--ink4);
	padding: 11px 16px;
	border: none;
	background: none;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	transition: all .18s
}

.dtb:hover {
	color: var(--ink)
}

.dtb.on {
	color: var(--am);
	border-color: var(--am)
}

.tab-p {
	display: none;
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px 20px 40px;
	color: var(--ink2);
}

.tab-p.on {
	display: block
}

.tab-p 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-p .section_info p {
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 1.8;
	font-size: 15px;
}

.tab-p .section_info h2:nth-of-type(1) {
	margin-top: 0;
}

.tab-p .section_info h2 {
	font-size: 20px;
	margin: 40px 0px 20px 0px;
	position: relative;
	font-weight: 400;
}

.tab-p .section_info h3 {
	font-size: 18px;
	margin: 40px 0px 20px 0px;
	position: relative;
	font-family: var(--fd);
	font-weight: 400;
}

.tab-p .section_info li {
	font-weight: 400;
	line-height: 1.8;
	list-style-type: none;
	position: relative;
	padding-left: 20px;
}

.tab-p .section_info li:after {
	content: '';
	position: absolute;
	display: block;
	width: 7px;
	height: 7px;
	background: var(--ink);
	left: 0;
	top: 9px;
	border-radius: 50%;
}

.tab-p .section_info strong {
	font-weight: 400;
}

.tab-p .section_info ul {
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 15px;
}

.specs-t {
	width: 100%;
	border-collapse: collapse
}

.specs-t tr {
	border-bottom: 1px solid var(--ln)
}

.specs-t tr:nth-child(odd) td {
	background: var(--bg2)
}

.specs-t td {
	padding: 10px 14px;
	font-size: 12px;
	color: var(--ink2)
}

.specs-t td:first-child {
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--ink4);
	width: 34%
}

.docs-g {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px
}

.doc-c {
	background: var(--bg2);
	border: 1px solid var(--ln);
	border-radius: 8px;
	padding: 12px;
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	transition: border-color .14s
}

.doc-c:hover {
	border-color: var(--am)
}

.doc-ico {
	width: 30px;
	height: 30px;
	border-radius: 6px;
	background: var(--am2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	flex-shrink: 0
}

.doc-n {
	font-size: 11px;
	font-weight: 600;
	color: var(--ink);
	display: block;
	margin-bottom: 1px
}

.doc-s {
	font-size: 9px;
	color: var(--ink4)
}

.rev-list {
	display: flex;
	flex-direction: column;
	gap: 10px
}

.rev-item {
	background: var(--bg2);
	border: 1px solid var(--ln);
	border-radius: 8px;
	padding: 14px
}

.rev-hd {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
	flex-wrap: wrap;
	gap: 6px
}

.rev-author {
	font-size: 12px;
	font-weight: 700;
	color: var(--ink)
}

.rev-role {
	font-size: 10px;
	color: var(--ink4);
	margin-top: 1px
}

.rev-stars {
	color: #F59E0B;
	font-size: 11px;
	letter-spacing: 1px
}

.rev-text {
	font-size: 12px;
	color: var(--ink3);
	line-height: 1.65
}

.rev-tag {
	display: inline-flex;
	font-size: 9px;
	font-weight: 700;
	padding: 2px 7px;
	border-radius: 100px;
	background: var(--am2);
	color: var(--am);
	margin-top: 7px
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ CART PAGE Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.cart-pg {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px 60px
}

.cart-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--w);
	margin-bottom: 18px
}

.cart-layout {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 16px;
	align-items: start
}

.cart-items {
	display: flex;
	flex-direction: column;
	gap: 8px
}

.ci {
	background: var(--bg2);
	border: 1px solid var(--ln);
	border-radius: 8px;
	padding: 14px;
	display: flex;
	gap: 12px;
	align-items: center
}

.ci-img {
	width: 80px;
	height: 80px;
	background: var(--bg3);
	border-radius: 6px;
	border: 1px solid var(--ln);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0
}

.ci-img svg {
	width: 56px
}

.ci-info {
	flex: 1;
	min-width: 0
}

.ci-brand {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--am);
	opacity: .8;
	margin-bottom: 2px
}

.ci-name {
	font-size: 13px;
	font-weight: 600;
	color: var(--ink);
	margin-bottom: 5px;
	line-height: 1.3
}

.ci-avail {
	font-size: 10px;
	font-weight: 600;
	color: var(--gr);
	display: flex;
	align-items: center;
	gap: 3px;
	margin-bottom: 7px
}

.ci-avail::before {
	content: 'Ã¢â€”Â';
	font-size: 7px
}

.qty-row {
	display: flex;
	align-items: center;
	background: var(--bg3);
	border: 1px solid var(--ln2);
	border-radius: 6px;
	overflow: hidden;
	width: fit-content
}

.qb {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	font-size: 16px;
	font-weight: 700;
	color: var(--ink4);
	cursor: pointer;
	transition: background .13s
}

.qb:hover {
	background: var(--ln2)
}

.qv {
	width: 38px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 700;
	color: var(--ink);
	border-left: 1px solid var(--ln2);
	border-right: 1px solid var(--ln2)
}

.ci-price-col {
	text-align: right;
	flex-shrink: 0
}

.ci-price {
	font-size: 16px;
	font-weight: 700;
	color: var(--w)
}

.ci-rm {
	font-size: 10px;
	color: var(--re);
	background: none;
	border: none;
	cursor: pointer;
	font-family: var(--f);
	margin-top: 4px;
	display: block
}

.ci-rm:hover {
	text-decoration: underline
}

.os {
	background: var(--bg2);
	border: 1px solid var(--ln);
	border-radius: 10px;
	padding: 16px;
	position: sticky;
	top: 96px
}

.os-title {
	font-size: 14px;
	font-weight: 700;
	color: var(--w);
	margin-bottom: 14px
}

.os-rows {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-bottom: 12px
}

.os-row {
	display: flex;
	justify-content: space-between;
	font-size: 12px
}

.os-rl {
	color: var(--ink4)
}

.os-rv {
	font-weight: 600;
	color: var(--ink)
}

.os-div {
	height: 1px;
	background: var(--ln);
	margin: 8px 0
}

.os-total {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	font-weight: 700;
	color: var(--w)
}

.os-co {
	width: 100%;
	font-size: 13px;
	font-weight: 700;
	padding: 13px;
	border-radius: 8px;
	background: var(--am);
	color: #000;
	border: none;
	cursor: pointer;
	font-family: var(--f);
	margin-top: 12px;
	transition: filter .15s
}

.os-co:hover {
	filter: brightness(1.1)
}

.os-cnt {
	width: 100%;
	font-size: 11px;
	font-weight: 600;
	padding: 9px;
	background: none;
	border: 1px solid var(--ln2);
	border-radius: 6px;
	color: var(--ink4);
	cursor: pointer;
	font-family: var(--f);
	transition: all .13s;
	margin-top: 6px
}

.os-cnt:hover {
	border-color: var(--am);
	color: var(--am)
}

.os-promo {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid var(--ln)
}

.os-pt {
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: var(--ink4);
	margin-bottom: 6px
}

.os-pr {
	display: flex;
	gap: 5px
}

.os-pi {
	flex: 1;
	background: var(--bg3);
	border: 1px solid var(--ln2);
	border-radius: 5px;
	padding: 7px 10px;
	font-size: 11px;
	color: var(--ink);
	outline: none;
	font-family: var(--f)
}

.os-pi:focus {
	border-color: var(--am)
}

.os-pb {
	font-size: 10px;
	font-weight: 700;
	padding: 7px 12px;
	background: var(--am);
	color: #000;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-family: var(--f)
}

.os-trust {
	display: flex;
	gap: 8px;
	margin-top: 10px;
	flex-wrap: wrap
}

.os-tb {
	font-size: 9px;
	font-weight: 600;
	color: var(--ink4);
	display: flex;
	align-items: center;
	gap: 3px
}

.os-tb::before {
	content: 'Ã¢Å“â€œ';
	color: var(--am);
	font-weight: 700
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ CHECKOUT Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.co-pg {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px 60px
}

.co-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--w);
	margin-bottom: 6px
}

.co-steps {
	display: flex;
	align-items: center;
	gap: 0;
	margin-bottom: 20px
}

.co-step {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 600;
	color: var(--ink4)
}

.co-step.on {
	color: var(--am)
}

.csn {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 700;
	background: var(--bg3);
	color: var(--ink4);
	border: 1px solid var(--ln2);
	flex-shrink: 0
}

.co-step.on .csn {
	background: var(--am);
	color: #000;
	border-color: var(--am)
}

.css {
	flex: 1;
	height: 1px;
	background: var(--ln);
	margin: 0 8px;
	max-width: 36px
}

.co-layout {
	display: grid;
	grid-template-columns: 1fr 280px;
	gap: 16px
}

.co-card {
	background: var(--bg2);
	border: 1px solid var(--ln);
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 12px
}

.co-sec-t {
	font-size: 12px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--ln);
	text-transform: uppercase;
	letter-spacing: .06em
}

.cg2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-bottom: 10px
}

.crow {
	margin-bottom: 10px
}

.clbl {
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: var(--ink4);
	display: block;
	margin-bottom: 4px
}

.cinp,
.csel,
.ctxt {
	width: 100%;
	background: var(--bg3);
	border: 1px solid var(--ln2);
	border-radius: 6px;
	padding: 9px 12px;
	font-size: 12px;
	color: var(--ink);
	outline: none;
	transition: border-color .14s;
	font-family: var(--f);
	appearance: none
}

.cinp:focus,
.csel:focus,
.ctxt:focus {
	border-color: var(--am)
}

.cinp::placeholder,
.ctxt::placeholder {
	color: var(--ink4)
}

.ctxt {
	resize: vertical;
	min-height: 70px
}

.del-opts {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-bottom: 12px
}

.del-opt {
	background: var(--bg3);
	border: 2px solid var(--ln2);
	border-radius: 8px;
	padding: 10px 12px;
	cursor: pointer;
	transition: all .14s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px
}

.del-opt:hover {
	border-color: var(--am)
}

.del-opt.on {
	border-color: var(--am);
	background: var(--am3)
}

.del-opt-l {
	display: flex;
	align-items: center;
	gap: 8px
}

.del-ico {
	font-size: 16px;
	flex-shrink: 0
}

.del-nm {
	font-size: 12px;
	font-weight: 600;
	color: var(--ink)
}

.del-desc {
	font-size: 10px;
	color: var(--ink4);
	margin-top: 1px
}

.del-price {
	font-size: 12px;
	font-weight: 700;
	color: var(--am)
}

.pay-opts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 7px;
	margin-bottom: 12px
}

.pay-opt {
	background: var(--bg3);
	border: 2px solid var(--ln2);
	border-radius: 8px;
	padding: 10px;
	cursor: pointer;
	transition: all .14s;
	text-align: center
}

.pay-opt:hover {
	border-color: var(--am)
}

.pay-opt.on {
	border-color: var(--am);
	background: var(--am3)
}

.pay-ico {
	font-size: 18px;
	margin-bottom: 4px
}

.pay-nm {
	font-size: 10px;
	font-weight: 700;
	color: var(--ink)
}

.pay-desc {
	font-size: 9px;
	color: var(--ink4);
	margin-top: 1px
}

.co-submit {
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	padding: 13px;
	border-radius: 8px;
	background: var(--am);
	color: #000;
	border: none;
	cursor: pointer;
	font-family: var(--f);
	margin-top: 4px;
	transition: filter .15s
}

.co-submit:hover {
	filter: brightness(1.1)
}

.co-note {
	font-size: 9px;
	color: var(--ink4);
	text-align: center;
	margin-top: 6px
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ WISHLIST / COMPARE Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.wl-pg,
.cmp-pg {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px 60px
}

.wl-title,
.cmp-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--w);
	margin-bottom: 6px
}

.wl-sub {
	font-size: 12px;
	color: var(--ink4);
	margin-bottom: 18px
}

.empty-box {
	background: var(--bg2);
	border: 1px solid var(--ln);
	border-radius: 12px;
	padding: 60px;
	text-align: center
}

.eb-ico {
	font-size: 50px;
	margin-bottom: 12px
}

.eb-t {
	font-size: 18px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 6px
}

.eb-s {
	font-size: 12px;
	color: var(--ink4);
	margin-bottom: 20px
}

.cmp-tbl {
	width: 100%;
	border-collapse: collapse;
	min-width: 600px
}

.cmp-tbl th {
	background: var(--bg3);
	color: var(--ink);
	padding: 12px;
	font-size: 11px;
	font-weight: 600;
	text-align: left;
	border-right: 1px solid var(--ln);
	border-bottom: 2px solid var(--am)
}

.cmp-tbl th:first-child {
	width: 160px
}

.cmp-tbl td {
	padding: 9px 12px;
	font-size: 11px;
	border-bottom: 1px solid var(--ln);
	border-right: 1px solid var(--ln);
	color: var(--ink3)
}

.cmp-tbl tr:nth-child(even) td {
	background: var(--bg2)
}

.cmp-tbl td:first-child {
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--ink4);
	background: var(--bg3) !important
}

.cmp-hc {
	text-align: center;
	padding: 14px;
	background: var(--bg2);
	border-right: 1px solid var(--ln)
}

.cmp-hc svg {
	width: 60px;
	margin: 0 auto 8px
}

.cmp-pn {
	font-size: 11px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 3px;
	line-height: 1.3
}

.cmp-pp {
	font-size: 13px;
	font-weight: 700;
	color: var(--am);
	margin-bottom: 8px
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ INFO PAGES Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.info-pg {
	max-width: 900px;
	margin: 0 auto;
	padding: 24px 20px 60px
}

.info-h {
	font-size: 28px;
	font-weight: 700;
	color: var(--w);
	margin-bottom: 6px;
	letter-spacing: -.3px
}

.info-sub {
	font-size: 14px;
	color: var(--ink3);
	font-weight: 300;
	margin-bottom: 28px
}

.info-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-bottom: 28px
}

.info-stat {
	background: var(--bg2);
	border: 1px solid var(--ln);
	border-radius: 8px;
	padding: 18px;
	text-align: center
}

.info-stat-n {
	font-size: 34px;
	font-weight: 700;
	color: var(--am);
	letter-spacing: -.04em;
	margin-bottom: 3px
}

.info-stat-l {
	font-size: 9px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: var(--ink4)
}

.info-sec {
	margin-bottom: 28px
}

.info-sec-h {
	font-size: 16px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 8px
}

.info-sec-h::before {
	content: '';
	width: 3px;
	height: 16px;
	background: var(--am);
	border-radius: 2px
}

.info-p {
	font-size: 13px;
	font-weight: 300;
	color: var(--ink3);
	line-height: 1.8
}

.info-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-top: 10px
}

.info-list li {
	font-size: 13px;
	font-weight: 300;
	color: var(--ink3);
	display: flex;
	align-items: flex-start;
	gap: 7px;
	line-height: 1.6
}

.info-list li::before {
	content: 'Ã¢Å“â€œ';
	color: var(--am);
	font-weight: 700;
	flex-shrink: 0
}

.info-team {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px
}

.team-c {
	background: var(--bg2);
	border: 1px solid var(--ln);
	border-radius: 8px;
	overflow: hidden;
	transition: border-color .14s
}

.team-c:hover {
	border-color: var(--am)
}

.team-ava {
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	background: var(--bg3);
	border-bottom: 1px solid var(--ln)
}

.team-info {
	padding: 12px
}

.team-name {
	font-size: 12px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 2px
}

.team-role {
	font-size: 10px;
	color: var(--ink4);
	text-transform: uppercase;
	letter-spacing: .04em
}

.team-exp {
	font-size: 10px;
	font-weight: 600;
	color: var(--am);
	margin-top: 4px
}

.certs-g {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px
}

.cert-c {
	background: var(--bg2);
	border: 1px solid var(--ln);
	border-radius: 8px;
	padding: 16px;
	transition: border-color .14s
}

.cert-c:hover {
	border-color: var(--am)
}

.cert-icon {
	font-size: 20px;
	margin-bottom: 8px
}

.cert-name {
	font-size: 12px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 3px
}

.cert-d {
	font-size: 10px;
	color: var(--ink4);
	line-height: 1.5;
	font-weight: 300
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ SERVICE Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.srv-top {
	background: linear-gradient(135deg, #0D1A0D, #0D1500);
	border-bottom: 1px solid var(--ln);
	padding: 48px 20px
}

.srv-top-in {
	max-width: 1400px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center
}

.srv-h {
	font-size: clamp(24px, 3.5vw, 40px);
	font-weight: 700;
	color: var(--w);
	letter-spacing: -.04em;
	line-height: 1;
	margin-bottom: 12px
}

.srv-h span {
	color: var(--am)
}

.srv-p {
	font-size: 13px;
	font-weight: 300;
	color: var(--ink3);
	line-height: 1.75;
	margin-bottom: 20px
}

.sla-g {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px
}

.sla-b {
	background: rgba(245, 166, 35, .06);
	border: 1px solid rgba(245, 166, 35, .15);
	border-radius: 8px;
	padding: 16px;
	text-align: center
}

.sla-n {
	font-size: 30px;
	font-weight: 700;
	color: var(--am);
	letter-spacing: -.04em;
	line-height: 1
}

.sla-l {
	font-size: 9px;
	color: var(--ink4);
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: 3px
}

.srv-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px
}

.srv-c {
	background: var(--bg2);
	border: 1px solid var(--ln);
	border-radius: 8px;
	padding: 18px;
	transition: border-color .18s
}

.srv-c:hover {
	border-color: var(--am)
}

.srv-ico {
	font-size: 22px;
	margin-bottom: 10px
}

.srv-t {
	font-size: 13px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 5px
}

.srv-d {
	font-size: 11px;
	font-weight: 300;
	color: var(--ink4);
	line-height: 1.65;
	margin-bottom: 8px
}

.srv-pt {
	font-size: 10px;
	font-weight: 700;
	color: var(--am);
	text-transform: uppercase;
	letter-spacing: .06em
}

.pricing-g {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px
}

.price-c {
	background: var(--bg2);
	border: 1px solid var(--ln);
	border-radius: 10px;
	padding: 18px
}

.price-c.feat {
	border-color: var(--am);
	background: rgba(245, 166, 35, .04)
}

.price-nm {
	font-size: 12px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 3px
}

.price-d {
	font-size: 11px;
	color: var(--ink4);
	margin-bottom: 14px;
	font-weight: 300
}

.price-v {
	font-size: 22px;
	font-weight: 700;
	color: var(--w);
	letter-spacing: -.03em;
	margin-bottom: 14px
}

.price-v span {
	font-size: 11px;
	font-weight: 400;
	color: var(--ink4)
}

.price-feats {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 16px
}

.price-feats li {
	font-size: 11px;
	color: var(--ink3);
	display: flex;
	align-items: flex-start;
	gap: 6px;
	font-weight: 300;
	line-height: 1.5
}

.price-feats li::before {
	content: 'Ã¢Å“â€œ';
	color: var(--am);
	font-weight: 700;
	flex-shrink: 0
}

.proc-row {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 8px
}

.proc-c {
	background: var(--bg2);
	border: 1px solid var(--ln);
	border-radius: 8px;
	padding: 18px 12px;
	text-align: center
}

.proc-n {
	font-size: 34px;
	font-weight: 700;
	color: var(--am);
	letter-spacing: -.04em;
	line-height: 1;
	margin-bottom: 8px
}

.proc-t {
	font-size: 11px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 4px
}

.proc-d {
	font-size: 10px;
	color: var(--ink4);
	line-height: 1.5;
	font-weight: 300
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ CONTACT Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.cntc-split {
	display: grid;
	grid-template-columns: 1fr 1fr
}

.cntc-l {
	padding: 48px 40px 48px 20px;
	background: var(--bg2);
	border-right: 1px solid var(--ln)
}

.cntc-h {
	font-size: clamp(24px, 3.5vw, 38px);
	font-weight: 700;
	color: var(--w);
	letter-spacing: -.04em;
	margin-bottom: 8px
}

.cntc-h span {
	color: var(--am)
}

.cntc-sub {
	font-size: 13px;
	color: var(--ink3);
	font-weight: 300;
	margin-bottom: 22px
}

.cntc-methods {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 20px
}

.cntc-m {
	background: var(--bg3);
	border: 1px solid var(--ln2);
	border-radius: 8px;
	padding: 12px 14px;
	display: flex;
	align-items: center;
	gap: 10px
}

.cm-ico {
	width: 34px;
	height: 34px;
	border-radius: 7px;
	background: var(--am2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	flex-shrink: 0
}

.cm-lbl {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--ink4);
	margin-bottom: 2px
}

.cm-val {
	font-size: 13px;
	font-weight: 700;
	color: var(--ink)
}

.cm-sub2 {
	font-size: 10px;
	color: var(--ink4);
	margin-top: 1px
}

.cntc-stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0;
	border: 1px solid var(--ln);
	border-radius: 8px;
	overflow: hidden
}

.cst {
	padding: 14px;
	border-right: 1px solid var(--ln)
}

.cst:nth-child(2n) {
	border-right: none
}

.cst:nth-child(3),
.cst:nth-child(4) {
	border-top: 1px solid var(--ln)
}

.cst-n {
	font-size: 22px;
	font-weight: 700;
	color: var(--am);
	letter-spacing: -.03em
}

.cst-l {
	font-size: 9px;
	color: var(--ink4);
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: 3px
}

.cntc-r {
	padding: 48px 20px 48px 40px;
	background: var(--bg)
}

.cntc-r .cinp,
.cntc-r .csel,
.cntc-r .ctxt {
	background: var(--bg2)
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ THANKS Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.ty-pg {
	min-height: calc(100vh - 96px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 20px
}

.ty-card {
	background: var(--bg2);
	border: 1px solid var(--ln);
	border-radius: 14px;
	padding: 44px 36px;
	max-width: 520px;
	width: 100%;
	text-align: center
}

.ty-ico {
	font-size: 52px;
	margin-bottom: 14px
}

.ty-h {
	font-size: 24px;
	font-weight: 700;
	color: var(--w);
	margin-bottom: 8px;
	letter-spacing: -.3px
}

.ty-t {
	font-size: 13px;
	color: var(--ink3);
	line-height: 1.75;
	margin-bottom: 22px;
	font-weight: 300
}

.ty-order {
	background: var(--am2);
	border: 1px solid rgba(245, 166, 35, .25);
	border-radius: 8px;
	padding: 12px 18px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap
}

.ty-ol {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: var(--am)
}

.ty-ov {
	font-size: 16px;
	font-weight: 700;
	color: var(--am)
}

.ty-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-bottom: 20px;
	text-align: left
}

.ty-s {
	background: var(--bg3);
	border-radius: 8px;
	padding: 12px
}

.ty-sn {
	font-size: 16px;
	font-weight: 700;
	color: var(--am);
	margin-bottom: 3px
}

.ty-st {
	font-size: 10px;
	font-weight: 700;
	color: var(--ink);
	text-transform: uppercase;
	letter-spacing: .04em;
	margin-bottom: 2px
}

.ty-sd {
	font-size: 10px;
	color: var(--ink4);
	line-height: 1.5;
	font-weight: 300
}

.ty-acts {
	display: flex;
	gap: 8px;
	justify-content: center;
	flex-wrap: wrap
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ MODAL Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.ovl {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .75);
	backdrop-filter: blur(8px);
	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: var(--bg2);
	border: 1px solid var(--ln);
	border-radius: 12px;
	width: 90%;
	max-width: 480px;
	transform: translateY(8px) scale(.98);
	transition: all .2s;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .5)
}

.ovl.on .modal {
	transform: none
}

.mod-hd {
	background: var(--bg3);
	padding: 16px 20px;
	border-bottom: 1px solid var(--ln);
	display: flex;
	align-items: center;
	gap: 9px;
	position: relative
}

.mod-ico {
	font-size: 20px
}

.mod-title {
	font-size: 15px;
	font-weight: 700;
	color: var(--w)
}

.mod-sub {
	font-size: 10px;
	color: var(--ink4);
	margin-top: 1px
}

.mod-x {
	position: absolute;
	top: 11px;
	right: 13px;
	width: 24px;
	height: 24px;
	background: var(--bg4);
	border: none;
	border-radius: 5px;
	color: var(--ink4);
	cursor: pointer;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .13s
}

.mod-x:hover {
	background: var(--ln2)
}

.mod-body {
	padding: 18px 20px
}

.mod-success {
	padding: 36px 20px;
	text-align: center
}

.ms-ico {
	font-size: 44px;
	margin-bottom: 10px
}

.ms-t {
	font-size: 18px;
	font-weight: 700;
	color: var(--w);
	margin-bottom: 6px
}

.ms-d {
	font-size: 12px;
	color: var(--ink3);
	line-height: 1.7;
	margin-bottom: 18px;
	font-weight: 300
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ CART PANEL Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.cpanel {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 360px;
	z-index: 950;
	background: var(--bg2);
	border-left: 1px solid var(--ln);
	transform: translateX(100%);
	transition: transform .26s;
	display: flex;
	flex-direction: column;
	box-shadow: -8px 0 32px rgba(0, 0, 0, .4)
}

.cpanel.open {
	transform: none
}

.cpanel-ovl {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .55);
	z-index: 940;
	opacity: 0;
	pointer-events: none;
	transition: opacity .26s
}

.cpanel-ovl.open {
	opacity: 1;
	pointer-events: all
}

.cp-hd {
	padding: 14px 16px;
	border-bottom: 1px solid var(--ln);
	display: flex;
	align-items: center;
	justify-content: space-between
}

.cp-hd-t {
	font-size: 14px;
	font-weight: 700;
	color: var(--w)
}

.cp-x {
	font-size: 16px;
	background: none;
	border: none;
	color: var(--ink3);
	cursor: pointer;
	padding: 3px;
	border-radius: 5px;
	transition: background .13s
}

.cp-x:hover {
	background: var(--bg3)
}

.cp-items {
	flex: 1;
	overflow-y: auto;
	padding: 12px
}

.cp-item {
	display: flex;
	gap: 9px;
	padding: 9px 0;
	border-bottom: 1px solid var(--ln)
}

.cp-item-img {
	width: 48px;
	height: 48px;
	background: var(--bg3);
	border-radius: 6px;
	border: 1px solid var(--ln);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0
}

.cp-item-img svg {
	width: 34px
}

.cp-item-info {
	flex: 1;
	min-width: 0
}

.cp-item-nm {
	font-size: 11px;
	font-weight: 600;
	color: var(--ink);
	line-height: 1.3;
	margin-bottom: 3px
}

.cp-item-pr {
	font-size: 12px;
	font-weight: 700;
	color: var(--am)
}

.cp-item-rm {
	font-size: 9px;
	color: var(--re);
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	font-family: var(--f)
}

.cp-footer {
	padding: 12px 16px;
	border-top: 1px solid var(--ln)
}

.cp-total {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 700;
	color: var(--w);
	margin-bottom: 10px
}

.cp-co {
	width: 100%;
	font-size: 13px;
	font-weight: 700;
	padding: 12px;
	background: var(--am);
	color: #000;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	font-family: var(--f);
	transition: filter .14s
}

.cp-co:hover {
	filter: brightness(1.1)
}

.cp-view {
	width: 100%;
	font-size: 11px;
	font-weight: 600;
	padding: 9px;
	background: none;
	border: 1px solid var(--ln2);
	border-radius: 6px;
	color: var(--ink4);
	cursor: pointer;
	font-family: var(--f);
	transition: all .13s;
	margin-top: 6px
}

.cp-view:hover {
	border-color: var(--am);
	color: var(--am)
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ TOAST Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.toast {
	position: fixed;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%) translateY(12px);
	background: var(--bg3);
	border: 1px solid var(--am);
	color: var(--ink);
	padding: 10px 18px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 600;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	transition: all .26s;
	display: flex;
	align-items: center;
	gap: 7px;
	white-space: nowrap;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .4)
}

.toast.show {
	opacity: 1;
	transform: translateX(-50%) translateY(0)
}

.toast::before {
	content: 'Ã¢Å“â€œ';
	color: var(--am);
	font-size: 14px
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ FOOTER Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
footer {
	background: var(--bg2);
	border-top: 1px solid var(--ln);
	padding: 40px 0 0;
	margin-top: 16px
}

.ft-g {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px 36px;
	display: grid;
	grid-template-columns: 220px 1fr 1fr 1fr;
	gap: 36px;
	border-bottom: 1px solid var(--ln)
}

.ft-logo-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px
}

.ft-logo-box {
	width: 26px;
	height: 26px;
	background: var(--am);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 700;
	color: #000
}

.ft-logo-nm {
	font-size: 14px;
	font-weight: 700;
	color: var(--w)
}

.ft-logo-nm span {
	color: var(--am)
}

.ft-about {
	font-size: 11px;
	color: var(--ink4);
	line-height: 1.65;
	max-width: 200px
}

.ft-pol {
	font-size: 11px;
	color: var(--ink4);
	line-height: 1.65;
	max-width: 200px
}

.ft-ci {
	font-size: 11px;
	color: white;
	margin-top: 5px
}

.ft-ci strong {
	color: var(--ink3)
}

.ft-h {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--am);
	margin-bottom: 12px;
	opacity: .8
}

.ft-lnks {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 7px
}

.ft-lnks a {
	font-size: 11px;
	color: var(--ink4);
	cursor: pointer;
	transition: color .13s
}

.ft-lnks a:hover {
	color: var(--am)
}

.ft-bot {
	max-width: 1400px;
	margin: 0 auto;
	padding: 13px 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px
}

.ft-bot p {
	font-size: 10px;
	color: var(--ink4)
}

.ft-badges {
	display: flex;
	gap: 5px
}

.ft-badge {
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	padding: 2px 7px;
	border: 1px solid var(--ln2);
	color: var(--ink4);
	border-radius: 3px
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ RESPONSIVE Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
@media(max-width:1100px) {
	.prod-grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.prod-grid.g4 {
		grid-template-columns: repeat(3, 1fr)
	}

	.cat-layout {
		grid-template-columns: 1fr;
		padding: 0 20px 40px
	}

	.cat-sb {
		display: none
	}

	.det-layout {
		grid-template-columns: 1fr
	}

	.buybox {
		position: static
	}

	.cart-layout {
		grid-template-columns: 1fr
	}

	.os {
		position: static
	}

	.co-layout {
		grid-template-columns: 1fr
	}

	.sh-cats-row {
		grid-template-columns: repeat(4, 1fr)
	}

	.promo-strip {
		grid-template-columns: 1fr
	}

	.srv-top-in {
		grid-template-columns: 1fr
	}

	.cntc-split {
		grid-template-columns: 1fr
	}

	.cntc-l {
		border-right: none
	}

	.info-team {
		grid-template-columns: 1fr 1fr
	}

	.ft-g {
		grid-template-columns: 1fr 1fr;
		gap: 24px
	}
}

@media(max-width:700px) {
	.hdr-row1 {
		gap: 8px;
		height: 50px
	}

	.hact {
		display: none
	}

	.sh-cats-row {
		grid-template-columns: repeat(4, 1fr)
	}

	.prod-grid {
		grid-template-columns: 1fr 1fr;
		gap: 6px
	}

	.cpanel {
		width: 100%
	}

	.det-thumbs {
		grid-template-columns: repeat(5, 1fr)
	}

	.docs-g {
		grid-template-columns: 1fr 1fr
	}

	.ty-steps {
		grid-template-columns: 1fr
	}

	.pay-opts {
		grid-template-columns: 1fr
	}

	.proc-row {
		grid-template-columns: 1fr 1fr
	}

	.pricing-g {
		grid-template-columns: 1fr
	}

	.srv-cards {
		grid-template-columns: 1fr
	}

	.info-stats {
		grid-template-columns: 1fr 1fr
	}

	.certs-g {
		grid-template-columns: 1fr
	}

	.info-team {
		grid-template-columns: 1fr 1fr
	}

	.ft-g {
		grid-template-columns: 1fr;
		padding: 0 20px 28px
	}

	.cntc-l,
	.cntc-r {
		padding: 36px 20px
	}

	.cg2 {
		grid-template-columns: 1fr
	}
}