/**
 * Theme Name:   Gloves-Online
 * Description:  Child theme for Gloves-Online. Contains custom CSS
 *               for the mega menu, hero section, category cards,
 *               email signup panel, search blocks, featured product
 *               display, and Kadence modal interstitial.
 * Template:     kadence
 * Version:      1.1.0
 * Author:       ServeLink
 * Author URI:   https://servelink.com
 * License:      Proprietary
 *
 * @package    gloves-online
 * @copyright  © 2025 ServeLink
 *
 * CSS Sections:
 *   1. Hero section (pattern, pill, social proof, floating badge)
 *   2. Category cards (hover, arrows, animations)
 *   3. Email signup panel (pill, form, responsive)
 *   4. Mega menu transitions
 *   5. Mega menu column fills (audience links, promo links, trust badge)
 *   6. Mega menu featured product card
 *   7. Mega menu bottom search bar
 *   8. Kadence modal interstitial (header, cloned content, close button)
 *   9. Utility / layout fixes
 *  10. ECT overrides (vendor styles)
 *  11. Mobile specific overrides
 */


/* ================================================
   1. HERO SECTION
   ================================================ */

/* Remove entry content padding when hero is present */
body.page .hero-pattern ~ .entry-content-wrap,
body.page:has(.hero-pattern) .entry-content-wrap {
	padding-top: 0;
	padding-bottom: 0;
}

/* Geometric pattern overlay */
.hero-pattern {
	position: relative;
}

.hero-pattern::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.07;
	pointer-events: none;
	z-index: 1;
	background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M0 0h40v40H0V0zm40 40h40v40H40V40zm0-40h2l-2 2V0zm0 4l4-4h2l-6 6V4zm0 4l8-8h2L40 10V8zm0 4L52 0h2L40 14v-2zm0 4L56 0h2L40 18v-2zm0 4L60 0h2L40 22v-2zm0 4L64 0h2L40 26v-2zm0 4L68 0h2L40 30v-2zm0 4L72 0h2L40 34v-2zm0 4L76 0h2L40 38v-2zm0 4L80 0v2L42 40h-2zm4 0L80 4v2L46 40h-2zm4 0L80 8v2L50 40h-2zm4 0l28-28v2L54 40h-2zm4 0l24-24v2L58 40h-2zm4 0l20-20v2L62 40h-2zm4 0l16-16v2L66 40h-2zm4 0l12-12v2L70 40h-2zm4 0l8-8v2l-6 6h-2zm4 0l4-4v2l-2 2h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: repeat;
	background-size: 80px 80px;
}

.hero-pattern > .kt-row-column-wrap {
	position: relative;
	z-index: 2;
}

/* Pill badge */
.hero-pill {
	display: inline-flex;
	align-items: center;
	text-align: center;
	line-height: 1.2;
	gap: 10px;
	background: rgba(255, 255, 255, 0.15);
	padding: 10px 18px;
	margin-bottom: 28px;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 100px;
}

.hero-pill-chip {
	background: #D47500;
	color: #0f172a;
	padding: 3px 10px;
	font-size: 11px;
	font-weight: 800;
	border-radius: 100px;
	letter-spacing: 0.3px;
	white-space: nowrap;
}

.hero-pill-text {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}

/* Social proof */
.hero-social-proof {
	display: flex;
	align-items: center;
	gap: 32px;
	padding-top: 28px;
	font-size: 14px;
	color: #fff;
}

.proof-group {
	display: flex;
	align-items: center;
	gap: 10px;
}

/*.avatar-stack {
	display: flex;
}

.avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	border: 2px solid rgba(47, 48, 145, 0.8);
}

.avatar + .avatar {
	margin-left: -8px;
}*/

.avatar-stack {
	display: flex;
	align-items: center;
}

.avatar-stack .emoji {
	width: 20px !important;
	height: 20px !important;
	background: rgba(255, 255, 255, 0.2) !important;
	border-radius: 50% !important;
	padding: 4px !important;
	margin-left: -8px !important;
	border: 2px solid rgba(47, 48, 145, 0.8) !important;
	box-sizing: content-box !important;
	display: inline-block !important;
}

.proof-rating {
	color: rgba(255, 255, 255, 0.8);
}

.proof-rating strong {
	color: #fff;
}

/* Floating shipping badge */
.hero-floating-badge {
	position: absolute;
	bottom: -20px;
	right: 20px;
	background: #fff;
	border-radius: 10px;
	padding: 16px 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	gap: 14px;
	z-index: 2;
}

.badge-icon {
	width: 48px;
	height: 48px;
	background: #dcfce7;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}

.badge-title {
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #0f172a;
}

.badge-sub {
	font-size: 12px;
	color: #64748b;
}


/* ================================================
   2. CATEGORY CARDS (Shop by Department)
   ================================================ */

.category-card .kt-blocks-info-box-link-wrap {
	position: relative;
	transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
				box-shadow 0.3s ease,
				border-color 0.3s ease;
}

.category-card .kt-blocks-info-box-link-wrap:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(47, 48, 145, 0.15);
	border-color: #2F3091;
}

.category-card .kt-blocks-info-box-number {
	transition: transform 0.3s ease;
}

.category-card .kt-blocks-info-box-link-wrap:hover .kt-blocks-info-box-number {
	transform: scale(1.1);
}

.category-card .kt-blocks-info-box-link-wrap:hover .kt-blocks-info-box-title {
	color: #2F3091;
}

/* Arrow indicator */
.category-card .kt-blocks-info-box-link-wrap::after {
	content: '\2192';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #cbd5e1;
	transition: color 0.2s ease, transform 0.2s ease;
}

.category-card .kt-blocks-info-box-link-wrap:hover::after {
	color: #2F3091;
	transform: translateY(-50%) translateX(4px);
}


/* ================================================
   3. EMAIL SIGNUP PANEL
   ================================================ */

.signup-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, 0.1);
	padding: 8px 16px;
	border-radius: 100px;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.15);
	margin: 0 auto 24px;
}

.signup-pill-icon {
	font-size: 16px;
}

.signup-pill-text {
	font-family: 'Outfit', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.go-signup-form {
	max-width: 520px;
	margin: 0 auto;
}

.go-signup-row {
	display: flex;
	gap: 0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.go-signup-input {
	flex: 1;
	padding: 16px 20px;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 16px;
	border: none;
	outline: none;
	background: #ffffff;
	color: #1e293b;
}

.go-signup-input::placeholder {
	color: #94a3b8;
}

.go-signup-btn {
	padding: 18px 36px;
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #0f172a;
	background: #D47500;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.2s ease;
	box-shadow: 0px 4px 20px 0px rgba(212, 117, 0, 0.4);
}

.go-signup-btn:hover {
	background: #B56300;
	box-shadow: 0px 6px 24px 0px rgba(212, 117, 0, 0.5);
}

@media (max-width: 480px) {
	.go-signup-row {
		flex-direction: column;
	}
	.go-signup-btn {
		width: 100%;
		text-align: center;
	}
}


/* ================================================
   4. MEGA MENU TRANSITIONS
   ================================================ */

.wp-block-kadence-navigation .kb-nav-sub-menu.mega-menu {
	opacity: 0;
	transform: translateY(-8px);
	transition: opacity 1.0s ease,
				transform 1.0s ease,
				visibility 1.0s ease;
	pointer-events: none;
	visibility: hidden;
}

.wp-block-kadence-navigation .menu-item:hover > .kb-nav-sub-menu.mega-menu,
.wp-block-kadence-navigation .menu-item.kb-menu-item-active > .kb-nav-sub-menu.mega-menu {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
	visibility: visible;
}


/* ================================================
   5. MEGA MENU COLUMN FILLS
   ================================================ */

/* Flexbox on columns containing fill content */
.kt-inside-inner-col:has(.mega-col-fill) {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.mega-col-fill {
	margin-top: 8px;
	padding-top: 10px;
	border-top: 1px solid #1e283b;
}

.mega-fill-label {
	font-family: 'Outfit', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #475569;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 4px;
}

.mega-fill-accent {
	color: #D47500;
}

/* Audience links (Men/Women/Kids) */
.mega-audience-link {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border-left: 3px solid transparent;
	border-radius: 4px;
	text-decoration: none;
	font-family: 'Outfit', sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #334155;
	transition: all 0.2s ease;
}

.mega-audience-link:hover {
	background: #f8fafc;
	border-left-color: #2F3091;
	color: #2F3091;
}

.mega-audience-icon {
	font-size: 14px;
	flex: 0 0 18px;
	text-align: center;
}

/* Promo links (Sale / New arrivals) */
.mega-promo-link {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border-left: 3px solid transparent;
	border-radius: 4px;
	text-decoration: none;
	font-family: 'Outfit', sans-serif;
	font-size: 13px;
	font-weight: 600;
	transition: all 0.2s ease;
}

.mega-promo-orange {
	color: #D47500;
}

.mega-promo-blue {
	color: #2F3091;
}

.mega-promo-link:hover {
	background: #f8fafc;
	border-left-color: currentColor;
}

/* Trust badge */
.mega-trust-badge {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	margin-top: 10px;
	background: #f8fafc;
	border-radius: 6px;
	border: 1px solid #e2e8f0;
}

.mega-trust-number {
	font-family: 'Outfit', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #2F3091;
	line-height: 1;
}

.mega-trust-text {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 11px;
	color: #64748b;
	line-height: 1.3;
}


/* ================================================
   6. MEGA MENU FEATURED PRODUCT CARD
   ================================================ */

.mega-product-card {
	display: block;
	text-decoration: none;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	overflow: hidden;
	transition: border-color 0.2s ease,
				box-shadow 0.2s ease;
}

.mega-product-card:hover {
	border-color: #2F3091;
	box-shadow: 0 4px 12px rgba(47, 48, 145, 0.1);
}

.mega-product-img {
	position: relative;
	background: #f8fafc;
	height: 100px;
	overflow: hidden;
}

.mega-product-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mega-product-badge {
	position: absolute;
	top: 8px;
	left: 8px;
	font-family: 'Outfit', sans-serif;
	font-size: 10px;
	font-weight: 600;
	padding: 2px 8px;
	border-radius: 100px;
	letter-spacing: 0.3px;
}

.mega-badge-orange {
	background: #D47500;
	color: #ffffff;
}

.mega-badge-blue {
	background: #2F3091;
	color: #ffffff;
}

.mega-product-info {
	padding: 10px 12px;
}

.mega-product-name {
	font-family: 'Outfit', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #334155;
	line-height: 1.3;
	margin-bottom: 4px;
}

.mega-product-desc {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 11px;
	color: #64748b;
	line-height: 1.4;
	margin-bottom: 8px;
}

.mega-product-footer {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.mega-product-price {
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #dc2626;
}

.mega-product-link {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #2F3091;
}


/* ================================================
   7. MEGA MENU BOTTOM SEARCH BAR
   ================================================ */

.mega-bottom-bar {
	margin-top: 4px;
	margin-left: -28px;
	margin-right: -28px;
	padding: 20px 28px;
	background: #e5e7eb;
	border-radius: 0 0 8px 8px;
}

#megaSearchForm .mega-search-label {
	font-family: 'Outfit', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #475569;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	white-space: nowrap;
	margin-right: 16px;
	flex-shrink: 0;
}

#megaSearchForm .servelink-search-container {
	display: flex;
	width: 100%;
	align-items: center;
}

#megaSearchForm .servelink-input-wrap {
	position: relative;
	flex: 1;
	display: flex;
	align-items: stretch;
}

#megaSearchForm .servelink-search-icon {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #7c8494;
	pointer-events: none;
	display: flex;
	align-items: center;
	line-height: 1;
	z-index: 1;
}

#megaSearchForm .servelink-search-field {
	width: 100%;
	padding: 8px 10px 8px 32px;
	border: 1.5px solid #7c8494;
	border-right: none;
	border-radius: 4px 0 0 4px;
	background-color: #fff;
	font-family: 'Source Sans 3', -apple-system, sans-serif;
	font-size: 15px;
	color: #1e293b;
	-webkit-appearance: none;
	appearance: none;
}

#megaSearchForm .servelink-search-field::placeholder {
	color: #6b7280;
}

#megaSearchForm .servelink-search-field:focus {
	outline: none;
	border: 2px solid #2F3091;
	border-right: none;
}

#megaSearchForm .servelink-search-submit {
	padding: 9px 16px;
	background-color: #2F3091;
	color: #fff;
	border: 1px solid #2F3091;
	border-radius: 0 4px 4px 0;
	font-family: 'Outfit', 'Source Sans 3', -apple-system, sans-serif;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 4px;
	transition: background-color 0.2s ease,
				border-color 0.2s ease,
				box-shadow 0.2s ease;
}

#megaSearchForm .servelink-search-submit:hover {
	color: #0f172a;
	background-color: #b56300;
	border-color: #b56300;
	box-shadow: 0 6px 24px rgba(212, 117, 0, 0.4);
}

#megaSearchForm .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 1024px) {
	.mega-bottom-bar {
		display: none;
	}
}


/* ================================================
   8. KADENCE MODAL INTERSTITIAL
   ================================================ */

/* Header bar inside modal */
.mega-modal-header-bar {
	padding: 0 32px 12px 20px;
}

.mega-modal-heading {
	display: block;
	font-family: 'Outfit', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #1e293b;
}

.mega-modal-subtitle {
	display: block;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 15px;
	color: #64748b;
	margin-top: 4px;
}

/* Cloned mega content area */
#mega-modal-cloned-content {
	padding-top: 8px;
}

/* Center the cloned mega content */
#mega-modal-cloned-content > ul {
	padding-left: 16px !important;
	padding-right: 16px !important;
	margin-left: auto;
	margin-right: auto;
}

/* Bottom bar: bleed to modal edges */
#mega-modal-cloned-content .mega-bottom-bar {
	margin-left: -24px !important;
	margin-right: -24px !important;
	padding: 16px 28px 20px 28px;
	background: #e5e7eb;
	border-radius: 0 0 8px 8px;
}

#mega-modal-cloned-content #megaSearchForm-modal .servelink-search-container {
	display: flex;
	width: 100%;
	align-items: center;
}

#mega-modal-cloned-content #megaSearchForm-modal .mega-search-label {
	font-family: 'Outfit', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #475569;
	white-space: nowrap;
	margin-right: 12px;
}

#mega-modal-cloned-content #megaSearchForm-modal .servelink-search-field {
	width: 100%;
	padding: 8px 10px 8px 32px;
	border: 1.5px solid #7c8494;
	border-right: none;
	border-radius: 4px 0 0 4px;
	background: #ffffff;
	font-size: 15px;
}

#mega-modal-cloned-content #megaSearchForm-modal .servelink-search-field:focus {
	border: 2px solid #2F3091;
	border-right: none;
	outline: none;
}

#mega-modal-cloned-content #megaSearchForm-modal .servelink-search-submit {
	padding: 8px 16px;
	background: #2F3091;
	color: #ffffff;
	border: 1px solid #2F3091;
	border-radius: 0 4px 4px 0;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 4px;
}

#mega-modal-cloned-content #megaSearchForm-modal .servelink-search-submit:hover {
	background: #D47500;
	border-color: #D47500;
	box-shadow: 0 4px 20px rgba(212, 117, 0, 0.4);
}

#mega-modal-cloned-content #megaSearchForm-modal .servelink-search-icon {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #7c8494;
	pointer-events: none;
	display: flex;
	align-items: center;
}

#mega-modal-cloned-content #megaSearchForm-modal .servelink-input-wrap {
	position: relative;
	flex: 1;
	display: flex;
	align-items: stretch;
}

/* Close button adjustments */
.kt-modal-close {
	top: 16px !important;
	right: 16px !important;
	padding: 8px !important;
	border-radius: 8px !important;
	transition: background 0.15s ease, color 0.15s ease;
}

.kt-modal-close:hover {
	background: #e2e8f0 !important;
	color: #1e293b !important;
}

/* Flatten hero overlay when modal is open */
body.mega-modal-active .kadence-column21_007e7e-07::after,
body.mega-modal-active .kadence-column21_007e7e-07::before {
	opacity: 0 !important;
}


/* ================================================
   9. UTILITY / LAYOUT FIXES
   ================================================ */

/* fix sizing guide button location */
/* default / mobile / narrow tablet */
div.ect-detail-sizing-guide {
	width: auto;
	float: none;
	clear: none;
	margin: 12px 1% 4px 1%;
}

/* desktop-style two-column product layout */
@media (min-width: 871px) {
	div.ect-detail-sizing-guide {
		width: 53%;
		float: right;
		clear: right;
		margin: 12px 1% -8px 1%;
	}

	div.ect-detail-sizing-guide .ect-size-guide-trigger {
		margin-left: 0;
	}
}

/* override default margin:auto on security icons */
.kb-row-layout-idblock-29_8a536b-16 > .kt-row-column-wrap {
	margin-left: 0.5rem !important;
}

/* Collapse order for sidebar on mobile */
@media (max-width: 767px) {
	.content-sidebar-wrap,
	.site-container .site-inner-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
}


/* ================================================
   10. ECT OVERRIDES (vendor styles)
   ================================================ */

address {
	font-style: normal;
}

span.prodpricelabel {
	display: none;
}

/*img.detailimage {
	border: 1px solid #64748b;
	border-radius: 4px;
}*/

div.detailname {
	border-bottom: 1px solid;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

div.largereviewstars svg.icon,
div.smallreviewstars svg.icon {
	stroke: #daa520;
	fill: #f8c300;
}

div.detailid,
div.detailsku,
div.detaildateadded,
div.detailmanufacturer {
	color: #0e182a;
	text-transform: uppercase;
	font-size: 80%;
	line-height: 1.2em;
}

div.origprice {
	font-size: 60%;
}

span.price {
	font-size: 1.3em;
	font-weight: 800;
	color: #dc2626;
	margin-top: 4px;
}

select.detailprodoption, div.detailoption {
	width: 100%;
}

div.socialmediabuttons {
	clear: none;
    display: block;
	text-align: right;
}

button.smaskaquestion, button.smemailfriend {
	height: 30px;  /* intentional syntax */
}

button.sccheckout {
	display: none;
}

.sccheckout:after {
	content: "Gloves-Online.com";
	letter-spacing: -0.05em;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 2em;
}

/* hide ECT breadcrumb/navigation on product detail pages */
div.catnavigation {
	visibility: hidden;
}

/* global ECT button styles */
button.ectbutton {
		padding: 8px 16px;
		font-family: 'Outfit', sans-serif;
		font-size: 14px;
		font-weight: 600;
		color: #0f172a;
		background: #D47500;
		border: none;
		border-radius: 4px;
		cursor: pointer;
		white-space: nowrap;
		transition: background 0.2s ease;
		box-shadow: 0px 4px 20px 0px rgba(212, 117, 0, 0.4);
	}
}


/* ================================================
   11. MOBILE SPECIFIC OVERRIDES
   ================================================ */
body {
	 min-width: 320px;
}
   
 .servelink-search-container {
	 margin-bottom: 4px;
 }  
 
@media (max-width: 1024px) {
    #ectsearchwidget, .servelink-search-field {
	    width: 100% !important;
	    max-width: 100% !important;
	}
}

/* duplicative override 
@media (max-width: 1024px) {
  select.detailprodoption {
	   width: 100%;
   }
}  */

@media (max-width: 1024px) {
	.wp-block-kadence-header-tablet .wp-block-kadence-header-row-top {
		margin-left: calc(-1 * var(--global-kb-spacing-xxs, 0.5rem));
		margin-right: calc(-1 * var(--global-kb-spacing-xxs, 0.5rem));
	}
}	

	/*.wp-block-kadence-header-tablet .wp-block-kadence-header-row-top .kadence-header-row-inner {
		padding-left: 0;
		padding-right: 0;
	}*/
}*/

/*@media (max-width: 1024px) {
.wp-block-kadence-header-tablet .wp-block-kadence-header-row-bottom {
	margin-left: calc(-1 * var(--global-kb-spacing-xxs, 0.5rem));
	margin-right: calc(-1 * var(--global-kb-spacing-xxs, 0.5rem));
	/*background-color: #1e293b;*/
}

	.wp-block-kadence-header-tablet .wp-block-kadence-header-row-bottom .kadence-header-row-inner {
		padding-left: 16px;
		padding-right: 16px;
	}
}
/*@media (max-width: 870px) {
	.hero-pill {
		text-align: center;
		line-height: 18px !important;
		white-space: normal;
	}
	
	.hero-pill-text {
		display: inline;
	}
}*/

@media (max-width: 768px) {
	.hero-social-proof-row .kt-row-column-wrap {
		flex-direction: column;
		align-items: left !important;
	}
}


/* ═══════════════════════════════════════════
   OFF-CANVAS MOBILE MENU — GLOVES-ONLINE
   All selectors verified against live markup
   ═══════════════════════════════════════════ */


/* ── Chevron toggle button ── */
.kb-off-canvas-inner .kb-nav-dropdown-toggle-btn {
	background: none;
	border: none;
	padding: 10px;
	cursor: pointer;
	min-width: 44px;
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.kb-off-canvas-inner .kb-nav-dropdown-toggle-btn .kb-nav-arrow-svg {
	width: 16px;
	height: 16px;
	color: #64748b;
	transition: transform 200ms ease, color 200ms ease;
}

/* Chevron rotates and turns blue when expanded */
.kb-off-canvas-inner .kb-nav-dropdown-toggle-btn[aria-expanded="true"] .kb-nav-arrow-svg {
	transform: rotate(180deg);
	color: #2F3091;
}

\

