/*
 Theme Name:   Nurfia Child
 Theme URI:    http://klbtheme.com/nurfia/
 Description:  Nurfia Child Theme
 Author:       KlbTheme
 Author URI:   http://themeforest.net/user/KlbTheme
 Template:     nurfia
 Version:      1.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, accessibility-ready
 Text Domain:  nurfia-child
 Domain Path:  /languages
*/

body.home header.site-header.style-02.is-transparent:not([data-sticky-type=active]):not(:hover) .header-main,
body.home header.site-header.style-02.is-transparent:not([data-sticky-type=active]):not(:hover) .header-nav {
	color: #231f20;
	--header-row-foreground: #231f20;
	--header-row-border: rgba(35, 31, 32, 0.16);
}

body.home .page-content:has(header.site-header.style-02.is-transparent) .main-content {
	margin-top: 0;
}

body.home header.site-header.style-02.is-transparent .header-main,
body.home header.site-header.style-02.is-transparent .header-nav {
	background-color: #fff;
}

body.home header.site-header.style-02.is-transparent:not([data-sticky-type=active]):not(:hover) .header-main .site-brand .dark-logo,
body.home header.site-header.style-02.is-transparent:not([data-sticky-type=active]):not(:hover) .header-nav .site-brand .dark-logo,
body.home header.site-header.style-02.is-transparent:not([data-sticky-type=active]):not(:hover) .header-main .site-brand .default-logo,
body.home header.site-header.style-02.is-transparent:not([data-sticky-type=active]):not(:hover) .header-nav .site-brand .default-logo {
	opacity: 1 !important;
}

body.home header.site-header.style-02.is-transparent:not([data-sticky-type=active]):not(:hover) .header-main .site-brand .transparent-logo,
body.home header.site-header.style-02.is-transparent:not([data-sticky-type=active]):not(:hover) .header-nav .site-brand .transparent-logo {
	opacity: 0 !important;
}

body.home header.site-header.style-02.is-transparent .header-main .site-brand .dark-logo,
body.home header.site-header.style-02.is-transparent .header-nav .site-brand .dark-logo,
body.home header.site-header.style-02.is-transparent .header-main .site-brand .default-logo,
body.home header.site-header.style-02.is-transparent .header-nav .site-brand .default-logo {
	opacity: 1 !important;
}

body.home header.site-header.style-02.is-transparent .header-main .site-brand .transparent-logo,
body.home header.site-header.style-02.is-transparent .header-nav .site-brand .transparent-logo {
	opacity: 0 !important;
}

@media (max-width: 768px) {
	.site-header {
		--theme-brand-image-mobile: 156px;
	}
}

.fa-quick-icons {
	position: fixed;
	right: 20px;
	bottom: 82px;
	z-index: 320;
	display: flex;
	flex-direction: column;
	gap: 12px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.fa-quick-icons.button-show {
	opacity: 1;
	pointer-events: auto;
}

.fa-quick-icons__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #fff;
	color: #333;
	border: 0;
	border-radius: 50%;
	box-shadow: 0 0 5px rgb(0 0 0 / 17%);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.fa-quick-icons__link:hover,
.fa-quick-icons__link:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgb(0 0 0 / 20%);
	background-color: #fff;
	color: #333;
	outline: none;
}

.fa-quick-icons__link:focus-visible {
	box-shadow:
		0 0 0 3px rgba(255, 255, 255, 0.96),
		0 0 0 5px rgba(17, 17, 17, 0.24),
		0 4px 12px rgb(0 0 0 / 20%);
}

.fa-quick-icons__link i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: 1;
}

.fa-quick-icons__link i::before {
	margin: 0;
	width: auto;
}

@media (max-width: 1024px) {
	.fa-quick-icons {
		right: 12px;
		bottom: 122px;
		gap: 10px;
	}

	.fa-quick-icons__link {
		width: 40px;
		height: 40px;
	}

	.fa-quick-icons__link i {
		font-size: 20px;
	}

	body.single-product .fa-quick-icons {
		bottom: 195px;
	}
}

@media (max-width: 767.98px) {
	.fa-quick-icons {
		bottom: 122px;
	}
	
	body.single-product .fa-quick-icons {
		bottom: 197px;
	}
}
