@charset "UTF-8";
/* CSS Document */
#products{
	background: var(--white);
	color: var(--brown);
}
.products__header {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-weight: 400;
	padding-bottom: 3rem;
	padding-top: 4rem;
	position: relative;
	text-align: center;
	z-index: 1
}
@media (min-width: 48em) {
	.products__header {
		padding-top: 8rem;
		padding-bottom: 5rem
	}
}
.products__heading {
	font-family: 'Zen Maru Gothic', serif;
    font-weight: 900;
	font-size: clamp(3rem, 2.857rem + 0.625vw, 4rem);
	letter-spacing: 1.0;
	line-height: 1.33;
    padding-top: 2rem;
}

@media (min-width: 48rem) {
	.products__heading {
		letter-spacing: 3px;
		line-height: 1.28
	}
}
@media (max-width: 37.5em) {
  .products__heading {
   padding-top: 0;
  }
}
.products__inner{
    max-width: 800px;
    margin: 0 auto 5rem;
    text-align: justify;
    font-family: 'Zen Maru Gothic', serif;
    line-height: 1.8
}
.products-text{
    width: 40%;
}
@media(max-width: 37.5em) {
    .products-text{
        width: 100%
    }
}
.image-text__image {
  width: 40%;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, .56))
}
@media(max-width: 37.5em) {
    .image-text__image {
  width: 80%;
}
}
.products-category__title{
    font-family: 'Nunito', sans-serif;
    font-weight: 1000;
    font-size: 2rem;
    letter-spacing: 1.9px;
    line-height: 1.5;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 3rem;
    text-transform: capitalize
}
.products-category__header{
    margin: 0 auto;
    position: relative;
}
.products-category__header::after{
    content: "";
    display: inline-block;
    width: 5rem;
    height: 1rem;
    background-image: url("../img/line_yellow.svg");
    position: absolute;
    background-repeat: no-repeat;
    top: 4.5rem;
    left: 50%;
    transform: translate(-50%, -50%)
    
}
.products-category__inner:nth-child(2) .products-category__header::after{
    content: "";
    display: inline-block;
    width: 5rem;
    height: 1rem;
    background-image: url("../img/line_white.svg");
    position: absolute;
    background-repeat: no-repeat;
    top: 4.5rem;
    left: 50%;
    transform: translate(-50%, -50%)
}
.products-category__subtitle{
align-items: center;
    display: flex;
    flex-direction: column;
    font-family: 'Zen Maru Gothic';
    font-size: 1rem;
    letter-spacing: .5px;
    line-height: 1.4;
    text-align: center;
}
#products .products-text__header{
	position: relative
}
#products .products-text__header .products-category__title::after{
	content: "";
    display: inline-block;
    width: 5rem;
    height: 1rem;
    background-image: url("../img/line_yellow.svg");
    position: absolute;
    background-repeat: no-repeat;
    top: 4.5rem;
    left: 50%;
    transform: translate(-50%, -50%)
}
#products .image-text:nth-child(2) .products-text__header .products-category__title::after{
	content: "";
    display: inline-block;
    width: 5rem;
    height: 1rem;
    background-image: url("../img/line_brown.svg");
    position: absolute;
    background-repeat: no-repeat;
    top: 4.5rem;
    left: 50%;
    transform: translate(-50%, -50%)
}
.little-wrapper{
    max-width: 800px;
    background-color: var(--yellow);
    color: var(--brown);
    padding: 4rem 0 4rem;
    margin: 7rem auto 0;
    border-radius: 1rem;
    position: relative;
    z-index: 1;
	filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, .76))
}
@media (max-width: 48em) {
	.little-wrapper{
	padding: 3rem 0 0 0;
	width: 100%;
	height: auto
	}
}
.point-text{
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 0
}
.point-text-item{
   width: 300px;
    height: auto;
    position: relative;
    z-index: 150

}
@media (max-width: 48em) {
	.point-text-item .product-card__variant-number{
		flex-direction: row;
		justify-content: center
	}
}
.point-text-item img{
    display: inline-block;
    position: relative;
    width: 300px;
    z-index: 2;
}

.point-text-item p{
    display: inline-block;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
	font-family: 'Zen Maru Gothic';
}

.point__heading{
    display: flex;
	flex-direction: column;
    justify-content: center;
	align-items: center;
}
.point__heading-title{
	font-family: 'Nunito', sans-serif;
	font-weight: 1000;
	font-size: 2rem;
	letter-spacing: .9px;
    position: relative;
}
.point__subheading-title{
	font-family: 'Zen Maru Gothic';
	font-weight: 600;
	letter-spacing: .9px;
	line-height: 2
}

.point__heading-title::after{
    content: "";
    display: inline-block;
    width: 4rem;
    height: 2rem;
    background-image: url("../img/line_white.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 3.5rem;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.point__heading-small{
	font-size: 1.2rem;
}
.product-card__variant-number {
	align-items: center;
	display: flex;
	flex-direction: column;
    font-family: 'Nunito', sans-serif;
	font-weight: 1000;
    font-size: 1rem;
	letter-spacing: .5px;
	line-height: 1.4;
	text-align: center;
	z-index: 2;
	position: relative;
	text-transform: capitalize
}
@media (min-width: 48em) {
	.product-card__variant-number {
		min-width: 20%
	}
}
@media (min-width: 64em) {
	.product-card__variant-number {
		line-height: 1.7
	}
}
.product-card__variant-number strong {
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: .75px
}
@media (min-width: 64em) {
	.product-card__variant-number strong {
		font-size: 2rem;
		line-height: 1;
		letter-spacing: 1.6px
	}
}
