* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    list-style: none;
    line-height: 1;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}
html {
    font-size: 62.5%;
}
body {
    color: #eaddd3;
    font-family: 'Geologica', Arial, Helvetica, sans-serif;
    font-weight: 200;
    font-size: 1.8rem;
    background-color: #000;
    word-wrap: break-word;
}


a,
button {
    cursor: pointer;
}




.spacing {
    flex-shrink: 1;
    width: 100%;
    height: 100%;
}




.wrapper {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 3.5fr;
}




.main {
    width: 100%;
    padding-bottom: 10rem;
}




.main-slider {
    width: 100%;
    display: grid;
}












.home-categories {
    padding: 0 3.6rem 0 8rem;
    margin-top: 8rem;
}
.home-category {
    position: relative;
    margin-top: 10rem;
    border-radius: 0;

}
.home-category:first-child {
    margin-top: 0;
}



.home-category-heading {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 4.8rem;
}



.home-category-title {
    font-weight: 100;
    font-size: 5.2rem;
    /* letter-spacing: .8rem; */
    /* text-transform: uppercase; */
    line-height: 1.2;
    /*opacity: .4;*/
}
.home-category__content {

}


/* .home-cat-products {
    width: 100%;
    flex-shrink: 1;
}
.home-cat-products-title {
    display: block;
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 4rem;
}
.home-category__content > .woocommerce {

} */
































@media all and (max-width: 1000px) {



* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    list-style: none;
    line-height: 1;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}
html {
    font-size: 62.5%;
}
body {
    color: #eaddd3;
    font-family: 'Geologica', Arial, Helvetica, sans-serif;
    font-weight: 200;
    font-size: 1.8rem;
    background-color: #000;
    word-wrap: break-word;
}


a,
button {
    cursor: pointer;
}




.spacing {
    flex-shrink: 1;
    width: 100%;
    height: 100%;
}




.wrapper {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}




.main {
    width: 100%;
    padding-bottom: 8rem;
}




.main-slider {
    width: 100%;
    display: grid;
}












.home-categories {
    padding: 0 2.8rem;
    margin-top: 8rem;
}
.home-category {
    position: relative;
    margin-top: 8rem;
    border-radius: 0;

}
.home-category:first-child {
    margin-top: 0;
}



.home-category-heading {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 4.8rem;
}



.home-category-title {
    font-weight: 100;
    font-size: 3.2rem;
    /* letter-spacing: .8rem; */
    /* text-transform: uppercase; */
    line-height: 1.2;
    /*opacity: .4;*/
}
.home-category__content {

}


/* .home-cat-products {
    width: 100%;
    flex-shrink: 1;
}
.home-cat-products-title {
    display: block;
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 4rem;
}
.home-category__content > .woocommerce {

} */





}





















