/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* BetterPrint category grid sizing */
.nectar-category-grid[data-columns="4"][data-grid-spacing="15px"] .nectar-category-grid-item {
	width: calc(25% - 30px);
	padding-bottom: calc(32% - 30px);
}

/* BetterPrint product layout switcher */
.bp-layout-switcher {
	position: fixed;
	right: 22px;
	bottom: 92px;
	z-index: 100000;
	display: inline-flex;
	gap: 4px;
	padding: 5px;
	border: 1px solid rgba(17, 24, 39, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 14px 34px rgba(17, 24, 39, 0.16);
	backdrop-filter: blur(12px);
}

.bp-layout-switcher a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 6px 12px;
	border-radius: 999px;
	color: #4b5563;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.bp-layout-switcher a.is-active {
	background: #111827;
	color: #ffffff;
}



