.product-category-page-wrapper {
    background-color: var(--clrwhite);
    position: relative;
    z-index: 0;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
}
.product-category-page-inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
}

.product-category-left {
    width: 30%;
}
.product-category-right {
    width: 70%;
}
.product-category-img {
    width: 100%;
    height: auto;
    max-width: 100%;
    background: var(--lightyellow);
    padding: 0;
}
.product-category-img img {
    margin-bottom: 0;
}
.product-category-sub-text {
    font-size: var(--font14);
    line-height: 18px;
    color: #666666;
    font-family: var(--a2standardregular);
    padding: 0 0 20px 20px;
}
.product-category-heading {
    font-size: var(--font18);
    font-weight: 600;
    padding: 0 0 30px 0;
    color: var(--clrblack);
    font-family: var(--a2StandardSansmedium);
    position: relative;
}
.product-category-like {
    position: absolute;
    top: 25px;
    right: 20px;
    cursor: pointer;
}
.product-category-details-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0 50px;
    justify-content: space-around;
}
.product-category-ingredients {
    width: 45%;
    margin: 30px 0;
}
.product-category-ingredients ul {
    padding-left: 10px;
}
.product-category-ingredients li {
    font-size: var(--font12);
    line-height: 20px;
    padding: 5px 0;
    color: #666666;
}
.product-category-directions {
    width: 45%;
    margin-bottom: 30px;
}
.product-category-directions ul {
    padding-left: 10px;
}
.product-category-directions li {
    font-size: var(--font12);
    line-height: 20px;
    padding: 5px 0;
    color: #666666;
}
.ingredients-heading {
    font-size: var(--font14);
    line-height: 36px;
    width: 100%;
    display: flex;
}
.ingredients-heading img {
    width: 100%;
    max-width: 16px;
    margin-right: 5px;
    object-fit: contain;
}
.directions-heading {
    font-size: var(--font14);
    line-height: 36px;
    width: 100%;
    display: flex;
}
.directions-heading img {
    width: 100%;
    max-width: 16px;
    margin-right: 5px;
    object-fit: contain;
}
/*related recipes css*/

/*social share css*/
.products-social-share-wrapper {
    width: 100%;    
    display: flex;
    justify-content: center; 
    position: relative;
    top: -45px;   
}
.products-social-share-inner {
    width: 205px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-social-share-print {
    width: 88px;
    height: 40px;
    border-radius: 16px;
    box-shadow: 0px 4px 8px 0px #00000066;
}
.product-social-share-print a, .product-social-share a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    font-size: var(--font14);
    line-height: 18px;
    color: #623C2C;

}
.product-social-share {
    width: 88px;
    height: 40px;
    border-radius: 16px;
    box-shadow: 0px 4px 8px 0px #00000066;
}

/*related-recipes-component-wrapper css starts*/
.related-recipes-component-wrapper {
    background-color: var(--lightyellow);
    position: relative;
    z-index: 0;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
}
.related-recipes-component-inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    margin-top: 100px;
    padding-top: 70px;
    padding-bottom: 100px;
}
.related-recipes-component-heading {
    font-size: var(--font18);
    text-align: center;
    margin-bottom: 10px;
    font-family: var(--a2standardbold);
    color: #522827;
}
.related-recipes-component-desc {
    font-size: var(--font14);
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
    color: #522827;
}

.related-recipes-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.related-recipes-item {
    width: 175px;
    overflow: hidden;
    text-align: center;
}
.related-recipes-item .related-recipes-item-img {
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.related-recipes-item .related-recipes-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.related-recipes-item .related-recipes-item-text {
    padding: 15px;
    font-size: var(--font12);
    color: var(--clrblack);
}
.button-wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

/*mobile css starts*/
@media screen and (min-width: 390px) and (max-width:768px) {
    .product-category-page-inner {
        margin-top: 0;
        position: relative;
    }
    .page-back-btn {
        position: absolute;
        left: 20px;
        top: 30px;
    }
    .page-back-btn a {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .product-category-heading {
        font-size: var(--font24);
        font-family: var(--a2StandardSansmedium);
        padding: 20px;
        line-height: 32px;
    }
    .ingredients-heading {
        font-size: var(--font16);
        line-height: 24px;
    }
    .products-social-share-wrapper {
        top: 0;
    }
    .product-category-left {
        width: 100%;
        background: #F8EAD7;
    }
    .product-category-right {
        width: 100%;
    }
    .product-category-ingredients {
        width: 100%;
    }
    .product-category-ingredients li {
        font-size: var(--font14);
        line-height: 24px;
    }
    .product-category-directions {
        width: 100%;
    }
    .directions-heading {
        font-size: var(--font16);
        line-height: 24px;
    }
    .product-category-directions li {
        font-size: var(--font14);
        line-height: 24px;
    }
    .related-recipes-item {
        width: 175px;
    }
    .product-category-details-wrapper {
        padding: 0 20px;
    }
    .related-recipes-component-wrapper {
        background: url('./../assets/images/shape-triangle-white.svg') no-repeat top center var(--lightyellow);
        margin-top: -60px;
        background-size: contain;
    }
    .related-recipes-component-heading {
        margin-top: 50px;
        font-size: var(--font24);
        line-height: 32px;
        color: var(--clrblack);
    }
    .related-recipes-component-desc {
        font-size: var(--font14);
        line-height: 24px;
        color: var(--clrblack);
        padding: 0 30px;
    }
    .related-recipes-item .related-recipes-item-text {
        font-size: var(--font16);
        line-height: 24px;
        padding: 10px 0;
    }
    .explore-btn-recipes {
        font-size: var(--font16);
        line-height: 18px;
        border-radius: 16px;
    }
}
