.ky-shop{
	background:#0B0B0B;
	padding:0 0 100px;
}

/* Banner de topo */

.ky-shop-banner{
	position:relative;
	height:260px;
	margin-bottom:-180px;
	overflow:hidden;
}

.ky-shop-banner img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.ky-shop-banner-overlay{
	position:absolute;
	inset:0;
	background:linear-gradient(90deg,rgba(11,11,11,.9) 10%,rgba(91,16,34,.55) 60%,rgba(11,11,11,.3) 100%);
}

.ky-shop-header{
	position:relative;
	z-index:3;
	max-width:1400px;
	margin:0 auto;
	padding:0 4% 0;
}

.ky-breadcrumb{
	font-size:13px;
	color:#b8b0a8;
	margin-bottom:14px;
}

.ky-breadcrumb a{
	color:#b8b0a8;
	text-decoration:none;
}

.ky-shop-header h1{
	font-size:44px;
	color:#fff;
	margin:0 0 12px;
}

.ky-shop-header p{
	color:#c9c2ba;
	font-size:15px;
	max-width:600px;
	margin:0;
}

.ky-shop-layout{
	max-width:1400px;
	margin:0 auto;
	padding:0 4%;
	display:grid;
	grid-template-columns:270px 1fr;
	gap:40px;
	align-items:start;
}

/* Sidebar */

.ky-shop-sidebar{
	background:#141414;
	border:1px solid rgba(200,164,91,.15);
	border-radius:14px;
	padding:26px;
}

.ky-filter-block{
	border-bottom:1px solid rgba(200,164,91,.12);
	padding-bottom:22px;
	margin-bottom:22px;
}

.ky-filter-block:last-child{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}

.ky-filter-block h4{
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#C8A45B;
	margin:0 0 16px;
}

.ky-filter-check{
	display:flex;
	align-items:center;
	gap:9px;
	margin-bottom:11px;
	font-size:14px;
	color:#a8a099;
	text-decoration:none;
}

.ky-filter-check:hover{
	color:#C8A45B;
}

.ky-filter-check.active{
	color:#C8A45B;
	font-weight:600;
}

.ky-price-range{
	width:100%;
	accent-color:#C8A45B;
}

.ky-price-values{
	display:flex;
	justify-content:space-between;
	font-size:13px;
	color:#8a8378;
	margin-top:8px;
}

/* Toolbar */

.ky-shop-toolbar{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:26px;
	font-size:14px;
	color:#a8a099;
}

.ky-shop-toolbar select{
	padding:10px 16px;
	border-radius:8px;
	border:1px solid rgba(200,164,91,.25);
	font-size:14px;
	background:#141414;
	color:#e6e0d8;
}

/* Grid */

.ky-shop-grid{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:26px;
}

/* Card escuro (só dentro da Loja) */

.ky-shop .ky-product-card{
	background:#141414;
	border:1px solid rgba(200,164,91,.12);
	box-shadow:none;
}

.ky-shop .ky-product-card:hover{
	border-color:rgba(200,164,91,.4);
	box-shadow:0 18px 35px rgba(0,0,0,.4);
}

.ky-shop .ky-product-favorite{
	background:rgba(20,20,20,.85);
	color:#C8A45B;
}

.ky-shop .ky-product-name{
	color:#f0ece6;
}

.ky-shop .ky-product-rating span{
	color:#8a8378;
}

.ky-shop .ky-product-price{
	color:#C8A45B;
}

.ky-shop .ky-product-installment{
	color:#8a8378;
}

/* Ações do card (Ver Opções + Carrinho) */

.ky-shop .ky-product-actions{
	display:flex;
	gap:10px;
	padding:0 20px 22px;
}

.ky-shop .ky-product-view-btn{
	flex:1;
	background:transparent;
	border:1px solid #C8A45B;
	color:#C8A45B;
	padding:12px;
	border-radius:8px;
	font-size:12px;
	font-weight:700;
	letter-spacing:.5px;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	transition:.3s;
}

.ky-shop .ky-product-view-btn:hover{
	background:#C8A45B;
	color:#111;
}

.ky-shop .ky-product-cart-btn{
	width:44px;
	height:44px;
	flex-shrink:0;
	border:1px solid #C8A45B;
	border-radius:8px;
	color:#C8A45B;
	background:transparent;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	transition:.3s;
}

.ky-shop .ky-product-cart-btn:hover{
	background:#C8A45B;
	color:#111;
}

.ky-shop .ky-product-cart-btn svg{
	width:18px;
	height:18px;
}

.ky-shop-empty{
	text-align:center;
	padding:60px 0;
	color:#a8a099;
}

.ky-shop-pagination{
	display:flex;
	justify-content:center;
	gap:10px;
	margin-top:50px;
}

.ky-shop-pagination a,
.ky-shop-pagination span{
	width:42px;
	height:42px;
	border-radius:8px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-decoration:none;
	color:#e6e0d8;
	background:#141414;
	font-size:14px;
	border:1px solid rgba(200,164,91,.2);
}

.ky-shop-pagination .current{
	background:#C8A45B;
	color:#111;
	border-color:#C8A45B;
}

@media(max-width:991px){
	.ky-shop-layout{
		grid-template-columns:1fr;
	}
	.ky-shop-grid{
		grid-template-columns:repeat(2,1fr);
	}
}

@media(max-width:600px){
	.ky-shop-grid{
		grid-template-columns:1fr;
	}
}