/*--------------------------------------------------------------
# Shop Hero
--------------------------------------------------------------*/
.ast-archive-entry-banner {
    min-height: 460px !important;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            90deg,
			rgba(0,0,0,.82) 0%,
			rgba(0,0,0,.68) 35%,
			rgba(0,0,0,.45) 70%,
			rgba(0,0,0,.35) 100%
        ),
        url('https://soleraselect.com/wp-content/uploads/2026/03/Remove-corner-logo-e1774430158192.png') center/cover no-repeat !important;
	padding-top: 110px !important;
	padding-bottom: 130px !important;
}

.solera-shop-hero {
   max-width: 620px;
}

.solera-shop-hero .ast-container{
    width:100%;
    max-width:1280px;
}

.ast-archive-entry-banner h1:not(.solera-shop-hero__title) {
    display: none;
}

.ast-archive-entry-banner .solera-shop-hero {
	text-align: left;
}

.woocommerce .solera-archive-intro{
    /*margin-bottom:48px;*/
}


.solera-archive-intro h2{
    font-size:2.15rem;
    margin-bottom:16px;
}

.woocommerce .solera-product-count {
	font-size: 15px;
}

.woocommerce-ordering select {
	font-size: 14px;
}
.woocommerce-ordering {
	border: 1px solid #c9a96b;
	border-radius: 4px;
}

.post-type-archive-product .site-content {
    max-width:1320px;
    margin:auto;
}

.solera-shop-hero__content{
    max-width:720px;
    padding:80px 0;
}

.solera-shop-hero__eyebrow {
	display: inline-block;
	color: #B89452;
	font-size: .85rem;
	letter-spacing: .18em;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.solera-shop-hero__title {
	color: #fff;
	font-size: clamp(3rem, 5vw, 4.5rem);
	line-height: 1.08;
	margin-bottom: 1.5rem;
}

.solera-shop-hero__description {
	color: rgba(255,255,255,.88);
	font-size: 1.2rem;
	line-height: 1.7;
	max-width: 460px;
	margin-bottom: 2rem;
}

.solera-shop-hero__divider {
	display: block;
	width: 70px;
	height: 2px;
	background: #B89452;
}

/*--------------------------------------------------------------
 # Shop Layout
---------------------------------------------------------------*/

.shop-layout{
    display:grid;
    grid-template-columns:280px 1fr;
    gap:64px;
    align-items:start;
}

.solera-shop-sidebar{
    position:sticky;
    top:40px;
    align-self:start;
}

.solera-shop-sidebar__title{
    font-size:.8rem;
    letter-spacing:.16em;
    text-transform:uppercase;
    color:var(--solera-gold);
    margin-bottom:2rem;
}

.solera-filter-group{
    padding:1.5rem 0;
    border-bottom:1px solid #ECE6DE;
}

.solera-filter-group__title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    font-size:.85rem;
    font-weight:600;
    letter-spacing:.08em;
}

.solera-filter-group input{
    accent-color:#B79047;
}

.solera-filter-option{
    margin:.8rem 0;
    font-size:.9rem;
    color:#555;
}

.solera-filter-reset{
    width:100%;
    padding:14px;
    border:1px solid #D8C9A5;
    background:#fff;
    transition:.25s;
}

#secondary {
	width: 20% !important;
}

.wpc-filter-header,
.solera-filter-heading {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: #B79047;
    margin-bottom: 1.75rem;
}

.ast-left-sidebar #secondary {
    padding-right: 24px !important;
	border-right: 0px !important;
}

.ast-left-sidebar #secondary h2 {
  font-size: 1.2rem;
}

.ast-left-sidebar #primary {
	border: none !important;
	padding-left:
}


.wpc-custom-selected-terms {
	display: none;
}


/*--------------------------------------------------------------
# Shop Product Grid
--------------------------------------------------------------*/

.post-type-archive-product .woocommerce ul.products {
    column-gap: 2rem;
    row-gap: 3.5rem;
}

