.nav.nav-tabs{
    display: flex;
    flex-direction: column !important;
    border:0px solid black !important
}
.tab-content > .active{
    opacity: 1 !important;
}
.nav-link{
    border:0px solid black !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    color:#080909 !important;
    padding:.7em 0 .7em 0 !important;
	font-size:25px !important;
	font-family:var(--h3_typography-font-family) !important;
}
.nav-item{
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    border-bottom: 1px solid #080909 !important;
    position: relative;
    
}
.nav-arrow {
    position: absolute;
    right:1em;
    top:32px;
}
.nav-arrow path{
    fill: #9F9D82 !important;
}
.nav-link:hover, .nav-item:has(.active) .nav-arrow path, .nav-item:has(.nav-link:hover) .nav-arrow path{
    color: #080909 !important;
    fill:#080909 !important;
    transition: .35s ease-in-out;
}
.nav-link.active{
	color: #080909 !important;
}

.container-collect{
    max-width:100% !important;
    padding:0 !important;
}
.tab-content p, .tab-content span {
	color:#080909 !important;
	font-family:'aktiv-grotesk' !important;
}
.collection-features{
	margin-top:0em !important;
	margin-bottom:1em !important;
}
	.collection-features.flex-wrap{
	display:flex;
	flex-wrap:wrap;
}
.collection-features.flex-wrap .wrap{
	margin-right:2em;
}
.collection-features div{
    padding:0 !important;
	display:flex;
	align-items:center;
}
.collection-features span{
	font-size:14px !important;
	font-family:var(--h3_typography-font-family) !important;
	background-color:white;
	color:#987F6B !important;
	padding:6px 16px;
	border-radius:50px;
}
.collection-features .eco7size, .collection-features .handmade{
		background-color:transparent !important;
	color:#080909 !important;
	padding:0 !important;
	border-radius:0px !important;
}
.collection-features div:has(.eco7size):before, .collection-features div:has(.handmade):before{
content:"";
	background-image: url('https://ballaspear.dreamhosters.com/wp-content/uploads/2025/06/ballaspear-handmade-white.svg');
	background-repeat:no-repeat;
	background-size:contain;
	display:block;
	width:32px;
	height:32px;
	margin-right:.5rem;
}
.collection-features div:has(.eco7size):before{
	background-image: url('https://ballaspear.dreamhosters.com/wp-content/uploads/2025/06/ballaspear-eco7-white.svg');
}
.collection-features.flex-wrap .wrap{
	margin-bottom:1em;
}
.img-snippet{
	margin-bottom:1.6em !important;
}
.desktop-tabs{
	display: none !important;
}
@media only screen and (max-width:550px){
.img-snippet{
	order:6 !important;
}
}
@media only screen and (min-width:550px){
	.tab-pane{
		padding-left:2em !important;
	}
	.collection-features{
	margin-top:5em !important;
}


}

@media only screen and (min-width:800px){

.desktop-tabs{
	display: block !important;
}
.mobile-tabs{
	display: none !important;
}

}