.page-template-collections h3, .page-template-collections nav.nalino-pagination {
    text-align: center;
}

.page-template-collections main#primary h1 {
    margin-top: 49px;
    margin-bottom: 55px;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Reem Kufi Fun';
    text-transform: uppercase;
    letter-spacing: 0.078em;
    color: #000;
	
}



a.next.page-numbers:before {
    background: url(/wp-content/themes/botiga-1749475845-via-wpturbo/css/arrow-right.svg);	
	 content: '';
    display: block;
    width: 42px;
    height: 43px;
    position: absolute;
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: center;
    
}
a.prev.page-numbers,
a.next.page-numbers {
	background: #000;
    width: 42px;
    height: 43px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

nav.nalino-pagination {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap:22px;
	line-height: 1;
}
nav.nalino-pagination span,
nav.nalino-pagination a{
    font-size: 14px;
	padding: 14px 0px;
}
a.prev.page-numbers,
a.next.page-numbers{
	padding: 0px;
}
.page-numbers.current {
    opacity: 0.6;
}
a.prev.page-numbers:before {
    background: url(/wp-content/themes/botiga-1749475845-via-wpturbo/css/arrow-right.svg);	
	 content: '';
    display: block;
    width: 42px;
    height: 43px;
    position: absolute;
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: center;
	transform: rotate(-180deg);
    
}

nav.nalino-pagination {
    padding: 68px 0;
}


/* container width , product layout */


.nalino-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns */
    gap: 20px; /* space between items */
    margin-top: 20px;
}

.nalino-images a {
    display: block;
}

.nalino-images img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}


.page-template-page-templatecollections-php h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 15px;
}

.page-template-page-templatecollections-php main {
    margin-top: 75px;
}













.nalino-category {
    position: relative;
    overflow: hidden;
}

.nalino-cat-title {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
	padding: 6px 11px;
    color: #fff;
    
    font-weight: bold;
    max-width:100%;
    font-size: 1rem;
    text-align: center;
    transition: background 0.3s ease;

    font-weight: 700;
    line-height: 15px;
    font-size: 16px;

    color: #fff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.nalino-cat-title span {
    background: #ffffff;
    padding: 6px 11px;
    color: #000000;
	display: inline-block;
	font-family: 'Reem Kufi Fun';
	line-height: 16px;
}