/** Shopify CDN: Minification failed

Line 138:1 Expected "}" to go with "{"

**/
.s-header{
border-left:4px solid #c8a77a;
padding:20px 0 30px 35px;
margin-bottom:50px;
background:transparent;
}

.s-header__title{
font-size:42px;
font-weight:600;
letter-spacing:.08em;
text-transform:uppercase;
line-height:1.1;
margin-bottom:18px;
}

.s-header__title:after{
content:"";
display:block;
width:70px;
height:2px;
background:#c8a77a;
margin-top:15px;
}

.s-header__desc{
max-width:650px;
font-size:16px;
line-height:1.8;
color:#666;
margin-top:10px;
}

/* COLLECTION CARDS */
.card-collection .card__heading{
position:relative;
display:inline-block;
font-size:15px;
font-weight:500;
letter-spacing:.12em;
text-transform:uppercase;
padding-bottom:10px;
transition:.3s;
color:#111;
}

.card-collection .card__heading:after{
content:"";
display:block;
width:45px;
height:1px;
background:#c8a77a;
margin-top:10px;
transition:.3s;
}

.card-collection:hover .card__heading{
color:#c8a77a;
}

.card-collection:hover .card__heading:after{
width:80px;
}

/* MOBILE */
@media(max-width:749px){

.s-header{
padding:15px 0 25px 20px;
margin-bottom:35px;
}

.s-header__title{
font-size:26px;
letter-spacing:.04em;
}

.s-header__desc{
font-size:14px;
line-height:1.7;
}

/* BOTÃO SEE ALL PRODUCTS */
.featured-collections .btn-primary--animate::before{
background:#c8b89a !important;
}

.featured-collections .btn-primary__content{
color:#000000 !important;
}

.featured-collections .btn-primary--animate{
box-shadow:none !important;
}

/* ESPAÇO ABAIXO DA SEÇÃO DOS PRODUTOS */
#shopify-section-template--26696084291952__featured_collections_8VApRJ{
padding-bottom:50px !important;
}

/* BOTÃO SEE ALL PRODUCTS - DESKTOP + MOBILE */

.featured-collections .btn-primary--animate,
.featured-collections .btn-primary--animate:hover{
--primary_button_background:#c8b89a !important;
--primary_button_background_gradient:#c8b89a !important;
--color-btn-label:#000000 !important;
--color-border:#c8b89a !important;
color:#000000 !important;
box-shadow:none !important;
}

.featured-collections .btn-primary--animate::before,
.featured-collections .btn-primary--animate:hover::before{
background:#c8b89a !important;
background-color:#c8b89a !important;
}

.featured-collections .btn-primary--animate::after,
.featured-collections .btn-primary--animate:hover::after{
background:#c8b89a !important;
background-color:#c8b89a !important;
opacity:1 !important;
}

.featured-collections .btn-primary__content{
color:#000000 !important;
}

/* ESPAÇO ABAIXO DA SEÇÃO */
.featured-collections{
padding-bottom:20px !important;
}