@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');

.hero-section {
    max-width: 1440px;
    padding: 160px 0 0;
    margin: 0 auto;
}

body .storefront-breadcrumb {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;

}

#content {
    padding-top: 0;
}

body h1 {
    color: var(--brown-80);
}

body .woocommerce-breadcrumb a:first-of-type::before {
    display: none;
}

body .woocommerce-breadcrumb {
    color: var(--primary);
    font-family: 'LatoThin';
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

body .woocommerce-breadcrumb a {
    color: var(--brown);
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
}

body .woocommerce-breadcrumb .breadcrumb-separator::after {
    content: ">";
    color: var(--brown);
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    opacity: 1;
}

.storefront-breadcrumb .col-full {
    max-width: 100%;
    padding: 25px 0;
    margin: 0 auto;
    background: var(--gray-light);
}

.storefront-breadcrumb .col-full .woocommerce-breadcrumb {
    max-width: 1148px;
    padding: 0 20px;
    margin: 0 auto;
}

.catalog {
	width: 100vw;
	max-width: 100vw !important;
	padding: 64px 0 !important;
	position: relative;
	margin-left: -50vw !important;
	left: 50%;
	background: #fffdfa;
}

.catalog--reverse {
	background: #fcfcfc;
}

.catalog__wrapper {
	max-width: 1128px;
	margin:	auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.catalog--reverse .catalog__wrapper {
	flex-direction: row-reverse;
}

.catalog__copy {
	max-width: 58%;
}

.catalog__heading {
	color: #A18F5F;
	font-family: 'Lato', sans-serif;
	font-size: 4rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;	
}

.catalog__description {
	color: #442D25;
	font-family: 'Lato', sans-serif;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.03rem;	
}

.catalog__button {
	border-radius: 0.625rem;
	border: 1px solid #A18F5F;
	background: #FFF;
	text-transform: uppercase;
	color: #A18F5F;
	font-family: 'Lato', sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;	
	padding: 1.12rem 1.88rem;
    display: flex;
    width: fit-content;
    margin-top: 1.5rem;	
}

@media (min-width: 1065px) and (max-width: 1439px) {
	section:not(.hero-section) {
	    padding: 64px 6% !important;
	}
}

@media (max-width: 1064px) {
	.catalog {
    	padding: 32px 36px !important;
	}	
	.catalog__heading {
    	font-size: 32px;
	}
}


@media (min-width: 768px) {
    .hero-section {
        max-width: unset;
    }
   .hero-section img {
        min-height: 300px;
        object-fit: cover;
        margin: 0 auto;
    } 
}

@media (max-width: 1064px) {
    .catalog__wrapper {
    	flex-direction: column;
    }
    .catalog__copy {
    	max-width: 100%;
    	margin-bottom: 30px;
    }
    .catalog--reverse .catalog__wrapper {
    	flex-direction: column;
    }
    .catalog__button {
    	width: 100%;
    	justify-content: center;
    }
    .catalog__heading {
    	font-size: 28px;
    }
}

@media (max-width: 767px) {
	.hero-section {
        padding-top: 0;
    }
}
