/*
 Theme Name:    Electro Child
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Description:   This is the child theme of Electro
 Author:        MadrasThemes
 Author URI:    https://madrasthemes.com/
 Template:      electro
 Version:       3.7.0
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, dark, two-columns, right-sidebar, responsive-layout
 Text Domain:   electro-child
*/

.goldcell-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.goldcell-logo-link .custom-logo {
	width: 108px;
	height: 108px;
	object-fit: contain;
}

.goldcell-customer-nav { width: 100%; margin: 0 0 18px; border-top: 1px solid #eee; border-bottom: 1px solid #e4e4e4; background: #fff; }
.goldcell-customer-nav__inner { width: min(100% - 30px, 1430px); margin: auto; }
.goldcell-customer-nav__menu { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.goldcell-customer-nav__menu > li { position: relative; }
.goldcell-customer-nav__menu > li > a { display: block; padding: 15px 14px; color: #333e48; font-weight: 700; }
.goldcell-customer-nav__menu > li > a:hover { color: #b99d00; }
.goldcell-customer-nav__menu .sub-menu { position: absolute; z-index: 20; top: 100%; left: 0; display: none; min-width: 240px; margin: 0; padding: 9px 0; border: 1px solid #e5e5e5; border-radius: 0 0 10px 10px; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.12); list-style: none; }
.goldcell-customer-nav__menu li:hover > .sub-menu,
.goldcell-customer-nav__menu li:focus-within > .sub-menu { display: block; }
.goldcell-customer-nav__menu .sub-menu a { display: block; padding: 9px 18px; color: #333e48; white-space: nowrap; }
.goldcell-customer-nav__menu .sub-menu a:hover { background: #fff8cf; }

.header-logo-area .goldcell-logo-link .custom-logo,
.handheld-header .goldcell-logo-link .custom-logo {
	width: 92px;
	height: 92px;
}

.electro-mode-switcher {
	top: auto !important;
	bottom: 18px;
	left: 18px;
	display: flex;
	flex-direction: row;
	width: auto;
	height: 40px;
	padding: 3px;
	border-radius: 999px;
	background: #333e48;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .22);
}

.electro-mode-switcher span {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 34px;
	padding: 0 13px;
	line-height: 1;
	writing-mode: horizontal-tb;
	transform: none;
	font-size: 12px;
	font-weight: 700;
}

.electro-mode-switcher .light,
.electro-mode-switcher .dark {
	display: block;
	border-radius: 999px;
}

.electro-mode-switcher .dark { color: #fff; }
body.electro-dark .electro-mode-switcher .light { color: #fff; }
body.electro-dark .electro-mode-switcher .dark,
.electro-mode-switcher .light { background: #fed700; color: #333e48; }

.goldcell-hero {
	position: relative;
	width: min(100% - 30px, 1430px);
	margin: 0 auto 2rem;
	overflow: hidden;
	border-radius: 18px;
	background: #f5f5f5;
	box-shadow: 0 16px 45px rgba(0, 0, 0, .14);
}

.goldcell-hero__track {
	position: relative;
	aspect-ratio: 1600 / 444;
}

.goldcell-hero__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity .45s ease;
	pointer-events: none;
}

.goldcell-hero__slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.goldcell-hero__slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.goldcell-hero__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 50%;
	background: rgba(10, 10, 10, .62);
	color: #fff;
	font-size: 32px;
	line-height: 1;
	backdrop-filter: blur(8px);
}

.goldcell-hero__arrow:hover { background: #fed700; color: #333e48; }
.goldcell-hero__arrow--prev { left: 18px; }
.goldcell-hero__arrow--next { right: 18px; }

.goldcell-hero__dots {
	position: absolute;
	left: 50%;
	bottom: 14px;
	transform: translateX(-50%);
	z-index: 2;
	display: flex;
	gap: 8px;
}

.goldcell-hero__dot {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, .55);
	transition: width .2s ease, background .2s ease;
}

.goldcell-hero__dot.is-active { width: 28px; background: #fed700; }

.goldcell-home { width: min(100% - 30px, 1430px); margin: 0 auto 3rem; }
.home #primary { display: none; }
.goldcell-quicklinks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0 0 3rem; overflow: hidden; border: 1px solid #e8e8e8; border-radius: 12px; background: #e8e8e8; }
.goldcell-quicklinks a { display: flex; flex-direction: column; padding: 18px 22px; background: #fff; color: #333e48; }
.goldcell-quicklinks a:hover strong { color: #d8b500; }
.goldcell-quicklinks strong { font-size: 16px; }
.goldcell-quicklinks span { margin-top: 3px; color: #777; font-size: 13px; }
.goldcell-section { margin: 0 0 3.5rem; }
.goldcell-section__heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; border-bottom: 1px solid #ddd; }
.goldcell-section__heading h2 { margin: 2px 0 -2px; padding-bottom: 12px; border-bottom: 3px solid #fed700; font-size: clamp(24px, 3vw, 34px); }
.goldcell-section__heading span { color: #777; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.goldcell-section__heading > a { padding-bottom: 13px; color: #333e48; font-weight: 700; }
.goldcell-category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.goldcell-category-card { display: flex; flex-direction: column; align-items: center; min-width: 0; padding: 18px 14px; border: 1px solid #e7e7e7; border-radius: 14px; background: #fff; color: #333e48; text-align: center; transition: transform .2s ease, box-shadow .2s ease; }
.goldcell-category-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,.09); }
.goldcell-category-card img { width: 100%; aspect-ratio: 1; object-fit: contain; mix-blend-mode: multiply; }
.goldcell-category-card strong { margin-top: 10px; font-size: 15px; }
.goldcell-category-card span { color: #888; font-size: 12px; }
.goldcell-products .products { margin-bottom: 0; }
.goldcell-promo { display: grid; grid-template-columns: 1fr 1fr; align-items: center; margin: 0 0 3.5rem; overflow: hidden; border-radius: 18px; background: #333e48; color: #fff; }
.goldcell-promo > div { padding: clamp(28px, 5vw, 70px); }
.goldcell-promo h2 { margin: 6px 0 14px; color: #fff; font-size: clamp(28px, 4vw, 45px); }
.goldcell-promo p { max-width: 610px; color: #dce0e3; font-size: 16px; }
.goldcell-promo > div > span { color: #fed700; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.goldcell-promo .button { margin-top: 12px; background: #fed700; color: #333e48; }
.goldcell-promo img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; }
.goldcell-brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.goldcell-brand-grid a { display: flex; flex-direction: column; padding: 25px; border-radius: 12px; background: #f3f3f3; color: #333e48; font-size: 20px; font-weight: 800; }
.goldcell-brand-grid span { margin-top: 6px; color: #777; font-size: 12px; font-weight: 600; }
.goldcell-reassurance { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #e7e7e7; border-radius: 14px; }
.goldcell-reassurance div { display: flex; flex-direction: column; padding: 24px; border-right: 1px solid #e7e7e7; }
.goldcell-reassurance div:last-child { border-right: 0; }
.goldcell-reassurance span { margin-top: 5px; color: #777; font-size: 13px; }

@media (max-width: 767px) {
	.goldcell-customer-nav { display: none; }
	.goldcell-logo-link .custom-logo,
	.header-logo-area .goldcell-logo-link .custom-logo,
	.handheld-header .goldcell-logo-link .custom-logo { width: 68px; height: 68px; }
	.electro-mode-switcher { bottom: 10px; left: 10px; }
	.goldcell-hero { width: calc(100% - 20px); border-radius: 12px; }
	.goldcell-hero__arrow { width: 34px; height: 34px; font-size: 25px; }
	.goldcell-hero__arrow--prev { left: 8px; }
	.goldcell-hero__arrow--next { right: 8px; }
	.goldcell-home { width: calc(100% - 20px); }
	.goldcell-quicklinks, .goldcell-category-grid, .goldcell-brand-grid, .goldcell-reassurance { grid-template-columns: repeat(2, 1fr); }
	.goldcell-promo { grid-template-columns: 1fr; }
	.goldcell-promo img { min-height: 240px; }
	.goldcell-reassurance div:nth-child(2) { border-right: 0; }
}

@media (max-width: 480px) {
	.goldcell-quicklinks, .goldcell-category-grid, .goldcell-brand-grid, .goldcell-reassurance { grid-template-columns: 1fr; }
	.goldcell-reassurance div { border-right: 0; border-bottom: 1px solid #e7e7e7; }
}
