.single-title--wrapper {
    padding: 101px 0 100px;
    margin-bottom: 100px;
    background-color: #2E2B28;
}

.single-title--wrapper .container-lg {
    max-width: 882px;
}

.single-content--wrapper {
    max-width: 856px;
    margin: 0 auto;
    padding-top: 22px;
}

.single-title {
    font-size: clamp(1.5rem, 1.0928rem + 1.7372vw, 2.5rem);
    line-height: 1.275;
    font-weight: 600;
    color: #fff;
    margin-bottom: clamp(1rem, 0.8473rem + 0.6515vw, 1.375rem);
}

.single-subtitle {
    font-size: clamp(1rem, 0.9491rem + 0.2172vw, 1.125rem);
    line-height: 1.278;
    font-weight: 400;
    color: #fff;
    margin-inline-end: clamp(0rem, -2.5448rem + 10.8578vw, 6.25rem);
}

.featured-products {
    //padding: clamp(4.375rem, 3.6116rem + 3.2573vw, 6.25rem) 0;
}

.featured-products-wrapper .product-wrapper {
    margin-bottom: 24px;
}

.featured-products-wrapper .product-wrapper .product-inner {
    background-color: #fff;
    padding: 0 0 26px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .35);
    text-decoration: none;
}

.featured-products-wrapper .product-wrapper .product-inner:hover {
    text-decoration: none;
}

.featured-products-wrapper .product-thumbnail {
    margin-bottom: 16px;
    overflow: hidden;
    height: 173px;
	    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 240 164.56'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23bbbdbf; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M162,75.29c10.71,0,19.39-8.68,19.39-19.39s-8.68-19.39-19.39-19.39-19.39,8.68-19.39,19.39,8.68,19.39,19.39,19.39Z'/%3E%3Cpath class='cls-1' d='M0,0v164.56h240V0H0ZM231.89,156.45h-7.08l-51.19-51.19-27.05,27.05-57.15-57.15L8.13,156.45h-.01V8.11h223.77v148.33Z'/%3E%3C/svg%3E");
	background-position: center;
  background-repeat: no-repeat;
  background-size: 100px;
}
.featured-products-wrapper .product-thumbnail.placeholder {
	background-color: #eee;
}

.featured-products-wrapper .product-wrapper .product-thumbnail img {
    transition: all 500ms ease;
}

.featured-products-wrapper .product-wrapper:hover .product-thumbnail img {
    transform: scale(1.05);
}

.featured-products-wrapper .product-title {
    font-size: clamp(1.25rem, 1.0973rem + 0.6515vw, 1.625rem);
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
    zoom: 70%;
}

.featured-products-wrapper .product-excerpt {
    font-size: clamp(1rem, 0.9491rem + 0.2172vw, 1.125rem);
    font-weight: 400;
    color: #000;
    letter-spacing: -0.03rem;
    padding-inline-end: 45px;
    zoom: 70%;
}

.featured-products .loadmore {
    font-size: 16px;
    font-weight: 600;
    padding: 12.5px 25px;
    border: 1px solid var(--black);
    border-radius: 0;
    color: var(--black);
    cursor: pointer;
    margin-top: 16px;
}

.featured-products .loadmore:hover {
    background-color: var(--black);
    color: var(--white);
}

@media (max-width: 767px) {
    .featured-products {
        padding: 50px 0 70px;
    }

    .featured-products-wrapper .product-thumbnail {
        height: 205px;
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: left;
    font-size: 18px;
	line-height: 1.5; 
    font-weight: 400;
    font-family: Poppins;
}

.section-hero{
    background-color: #2e2b28;
    color: #fff;
    padding: 100px 0;
}

.section-hero h1{
    margin-bottom: 22px;
    text-align: left;
    font-size: 33px;
    font-weight: 900;
    font-family: Lora;
}