* {
    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: #2A2A2A;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    background-color: #EEEEEE;
    word-wrap: break-word;
}


a,
button {
    cursor: pointer;
}




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




.wrapper {
    width: 100%;
    position: relative;
    padding-top: 12rem;
}




.main {
    width: 100%;
}











.cats-nav {
    display: flex;
    align-items: stretch;
    width: 100%;
    position: relative;
    margin-top: 3.6rem;
    flex-wrap: wrap;
    padding: 0 3.6rem;
}
.cats-nav .cats__link {
    display: block;
    border-radius: 2rem;
    overflow: hidden;
    background-color: #000;
    width: calc(25% - 2.7rem);
    margin-left: 3.6rem;
    position: relative;
}
.cats-nav .cats__link:first-child {
    margin-left: 0;
}
.cats-nav .cats__link:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.cats-nav .cats__link-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .4;
}
.cats-nav .cats__link-label {
    display: flex;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}












.cats-nav--fixed {
    overflow-y: hidden;
    position: fixed;
    top: 7rem;
    z-index: 500;
    left: 0;
    width: 100%;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .1);
    transition: .3s;
    opacity: 0;
    transform: translateY(-2rem);
    pointer-events: none;


    display: none;
}
.cats-nav--fixed.on {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.cats-nav--fixed .cats-wrap {
    overflow-x: auto;
    width: 100%;
    padding: .6rem 0;
    background-color: #eedfc2;
    position: relative;
}
.cats-nav--fixed .cats-items {
    display: flex;
    position: relative;
    flex-shrink: 0;
    justify-content: center;
    min-width: 100%;
    align-items: stretch;
    height: 100%;
}
.cats-nav--fixed .cats__item {
    display: flex;
    position: relative;
    width: 100%;
    flex-shrink: 1;
    transition: .2s;
    border-right: .1rem solid rgba(0, 0, 0, .12);
}
.cats-nav--fixed .cats__item:hover {

}

.cats-nav--fixed .cats__item:first-child {
    
}
.cats-nav--fixed .cats__item:last-child {
    border-right: none;
}
.cats-nav--fixed .cats__link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    align-self: stretch;
    width: 100%;
}
.cats-nav--fixed .cats__link-label {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
}



















.page-id-171 .page-content {
    flex-direction: column;
    align-items: stretch;
}




.home-categories {
    padding: 0 3.6rem;
    margin-top: 3.6rem;
}
.home-category {
    position: relative;
    padding: 10rem 6rem;
    background-color: #fff;
    margin-top: 1.2rem;
    padding: 3.6rem;
    border-radius: 4rem;

}
.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: 3.6rem;
}



.home-category-img-wrap {
    position: relative;
    height: 8rem;
    width: 8rem;
    overflow: hidden;
    border-radius: 500rem;
    flex-shrink: 0;
}
.home-category-img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}
.home-category-title {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.2;
    margin-left: 2.4rem;
}
.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: 1200px) {



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




.wrapper {
    width: 100%;
    position: relative;
    padding-top: 12rem;


    padding-top: 7rem;
}




.main {
    width: 100%;
}











.cats-nav {
    display: flex;
    align-items: stretch;
    width: 100%;
    position: relative;
    margin-top: 3.6rem;
    flex-wrap: wrap;
    padding: 0 3.6rem;


    padding: 0 2rem;
    margin-top: 6rem;
}
.cats-nav .cats__link {
    display: block;
    border-radius: 2rem;
    overflow: hidden;
    background-color: #000;
    width: calc(25% - 2.7rem);
    margin-left: 3.6rem;
    position: relative;


    width: calc(50% - 1rem);
    margin-left: 2rem;
    margin-top: 2rem;
}
.cats-nav .cats__link:first-child {
    margin-left: 0;
}
.cats-nav .cats__link:first-child,
.cats-nav .cats__link:nth-child(2) {


    margin-top: 0;
}
.cats-nav .cats__link:nth-child(odd) {
    margin-left: 0;
}
.cats-nav .cats__link:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.cats-nav .cats__link-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .4;
}
.cats-nav .cats__link-label {
    display: flex;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;


    font-size: 1.6rem;
}












.cats-nav--fixed {
    overflow-y: hidden;
    position: fixed;
    top: 7rem;
    z-index: 500;
    left: 0;
    width: 100%;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .1);
    transition: .3s;
    opacity: 0;
    transform: translateY(-2rem);
    pointer-events: none;


    height: 5rem;
    background-color: #171717;
    display: flex;
    align-items: stretch;
    box-shadow: none;
}
.cats-nav--fixed.on {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.cats-nav--fixed .cats-wrap {
    overflow-x: auto;
    width: 100%;
    padding: .6rem 0;
    background-color: #eedfc2;
    position: relative;


    background-color: transparent;
    display: flex;
    align-items: stretch;
    padding: 0;
}
.cats-nav--fixed .cats-items {
    display: flex;
    position: relative;
    flex-shrink: 0;
    justify-content: center;
    min-width: 100%;
    align-items: stretch;
    height: 100%;


    justify-content: flex-start;
    padding: 0 2rem;
}
.cats-nav--fixed .cats__item {
    display: flex;
    position: relative;
    width: 100%;
    flex-shrink: 1;
    transition: .2s;
    border-right: .1rem solid rgba(255, 255, 255, .12);


    border-right: none;
    width: auto;
    margin-left: 2rem;
}
.cats-nav--fixed .cats__item:hover {

}

.cats-nav--fixed .cats__item:first-child {
    margin-left: 0;
}
.cats-nav--fixed .cats__item:last-child {
    border-right: none;
}
.cats-nav--fixed .cats__link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    align-self: stretch;
    width: 100%;
}
.cats-nav--fixed .cats__link-label {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;


    text-transform: none;
    font-size: 1.4rem;
    color: #fff;
}
























.home-categories {
    padding: 0 3.6rem;
    margin-top: 3.6rem;


    padding: 0;
    margin-top: 6rem;
}
.home-category {
    position: relative;
    padding: 10rem 6rem;
    background-color: #fff;
    margin-top: 1.2rem;
    padding: 3.6rem;
    border-radius: 4rem;


    padding: 0 2rem;
    margin-top: 6rem;
    background-color: transparent;
    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: 3.6rem;
}



.home-category-img-wrap {
    position: relative;
    height: 8rem;
    width: 8rem;
    overflow: hidden;
    border-radius: 500rem;
    flex-shrink: 0;


    width: 6rem;
    height: 6rem;
}
.home-category-img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}
.home-category-title {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.2;
    margin-left: 2.4rem;


    margin-left: 2rem;
    font-size: 2rem;
}
.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 {

}











}

















