/*!
Theme Name: theparchunvalaa
Theme URI: https://theparchunvalaa.com/
Author: The Parchun Valaa
Author https://theparchunvalaa.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theparchunvalaa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

theparchunvalaa is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
:root {
    --body-color: #FEFDF7;
    --primary-color: #4D632D;
    --secondary-color: #B64C0E;
    --secondary-gold: #A8863C;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
@font-face {
    font-family: 'Agatho Bold';
    src: url('AgathoBold.woff2') format('woff2'),
        url('AgathoBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Agatho Regular';
    src: url('AgathoRegular.woff2') format('woff2'),
        url('AgathoRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Agatho Medium';
    src: url('AgathoMedium.woff2') format('woff2'),
        url('AgathoMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Agatho Bold', sans-serif;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	 background-color: var(--color-body);
    color: var(--color-primary);
}
/* =========================================
   HEADER
========================================= */

.site-header {
    position: relative;
    z-index: 999;

    padding: 18px 0;

    background: #FEFDF7;

    border-bottom: 1px solid rgba(77, 99, 45, .12);
}


/* LOGO */

.site-logo img {
    max-width: 180px;
    height: auto;
}

.site-logo a {
    color: #4D632D;

    font-family: 'Agatho Bold', sans-serif;

    font-size: 25px;

    text-decoration: none;
}


/* MAIN MENU */

.main-navigation {
    display: flex;
    justify-content: center;
}

.main-menu {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 30px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.main-menu li {
    position: relative;
}

.main-menu li a {
    color: #4D632D;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition: all .3s ease;
}

.main-menu li a:hover {
    color: #B64C0E;
}


/* HEADER ACTIONS */

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 15px;
}

.header-action {
    position: relative;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    border: 0;

    background: transparent;

    color: #4D632D;

    text-decoration: none;

    cursor: pointer;

    transition: all .3s ease;
}

.header-action:hover {
    color: #B64C0E;
}


/* CART */

.cart-link {
    width: auto;

    gap: 8px;
}

.cart-icon {
    position: relative;

    display: inline-flex;
}

.my-cart-count,
.wishlist-count {

    position: absolute;

    top: -12px;
    right: -12px;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 19px;
    height: 19px;

    border-radius: 50%;

    background: #B64C0E;

    color: #fff;

    font-size: 9px;

    font-weight: 700;
}

.my-cart-total {
    font-size: 12px;
    font-weight: 600;
}

/* MOBILE */

@media (max-width: 767px) {

    .site-header {
        padding: 12px 0;
    }

    .site-logo img {
        max-width: 145px;
    }

    .header-actions {
        gap: 5px;
    }

    .header-action {
        width: 38px;
        height: 38px;
    }

    .my-cart-total {
        display: none;
    }

}


/* MOBILE MENU */

.mobile-menu {
    margin: 0;
    padding: 0;

    list-style: none;
}

.mobile-menu li {
    border-bottom: 1px solid #E4E3D9;
}

.mobile-menu li a {
    display: block;

    padding: 14px 0;

    color: #4D632D;

    text-decoration: none;

    font-weight: 600;
}

.mobile-menu li a:hover {
    color: #B64C0E;
}
span.wishlist-count {
    top: 0;
    right: 0;
}
.hero-data {
    display: flex;
    align-items: center;
height: 100%;
}
.hero-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.hero-data {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.hero-banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.page-template-homepage header.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    border: 0;
}
.hero-inner small {
    color: var(--secondary-gold);
    font-family: 'Agatho Medium';
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1;
}
.hero-inner h1 {
    font-size: 60px;
    line-height: 1;
    margin: 0;
    color: var(--primary-color);
}

.hero-inner h1 span {
    color: var(--secondary-gold);
}
.hero-divider {
    background: var(--secondary-gold);
    width: 100%;
    height: 1px;
    max-width: 211px;
    margin: 30px 0;
}
.hero-inner p {
    font-size: 16px;
    max-width: 300px;
    line-height: 1.5;
    margin-bottom: 30px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
.hero-btns {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hero-btns a {
    background: var(--primary-color);
    text-decoration: none;
    padding: 14px 16px;
    border-radius: 4px;
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
}
a.discover-btn {
    background: #ffffff;
    color: var(--primary-color);
}
img {
	max-width: 100%;
	height: auto;
}
.radius {
	border-radius: 8px;
}
.section-padding {
    padding: 100px 0;
}
.section-intro small {
    color: var(--secondary-gold);
    font-family: 'Agatho Medium';
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1;
}
.section-intro small {
    color: var(--secondary-gold);
    font-family: 'Agatho Medium';
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1;
}

.section-intro h2 {
    font-size: 45px;
    line-height: 1;
    margin: 0;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.section-intro h2 span {
    color: color: var(--secondary-gold);
}
.section-hypon {
    background: var(--secondary-gold);
    width: 100%;
    height: 1px;
    max-width: 130px;
    margin: 15px 0;
}
.para-divider {
    background: var(--secondary-gold);
    width: 100%;
    height: 1px;
    max-width: 80px;
    margin: 15px 0;
}
.site-btn a {
    background: var(--primary-color);
    text-decoration: none;
    padding: 14px 16px;
    border-radius: 4px;
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
}
.section-intro {
    margin-bottom: 50px;
}
.section-intro p {
    max-width: 450px;
}
.section-intro h2 span {
    color: var(--secondary-gold);
}
section.about-product.section-padding {
    background: url(/wp-content/uploads/2026/08/ChatGPT-Image-Aug-16-2026-04_33_48-PM.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.product-weight-tag {
    display: inline-block;
    border: 1px solid var(--secondary-gold);
    padding: 10px 18px;
    margin-bottom: 15px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}
.product-featurs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
}
.single-feature {
	position: relative;
}
.single-feature:after {
    content: '';
    background: var(--secondary-gold);
    display: block;
    width: 1px;
    height: 70%;
    position: absolute;
    top: 15%;
    right: -9px;
	z-index: 1;
}
.product-featurs .single-feature:last-child::after {
    display: none;
}
.feature-cnt {
    color: var(--primary-color);
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    margin-top: 10px;
}
.product-featurs {
    margin-bottom: 50px;
}
.feature-icon img {
    max-width: 50px;
}
.out-product-img {
    max-width: 460px;
}
.container {
    max-width: 95% !important;
}
.static-product-info {
    position: relative;
	display: flex;
	align-items: end;
}
.seeds-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    text-align: center;
}
.product-nutrins {
    max-width: 280px;
}
.seed-name {
    font-size: 12px;
    line-height: 1;
    margin: 0;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 600;
}
.seed-count {
    color: var(--secondary-gold);
    font-size: 12px;
    font-weight: 700;
    margin: 3px 0;
}
.nutrins-title {
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    color: var(--primary-color);
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
}
.seed-qty {
    color: #000000;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
}
.made-text p {
    display: inline-block;
    border: 1px solid var(--secondary-gold);
    padding: 10px 18px;
    margin-bottom: 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 40px;
}
.made-text {
    text-align: center;
}
.premium-text {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin-top: 30px;
    font-weight: 600;
    position: absolute;
}
section.the-process {
    background: #5E6F3B;
}
.our-process {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 50px;
    text-align: center;
}

.process-step {
    position: relative;
}

.process-count {
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    border: 2px solid var(--secondary-gold);
    position: absolute;
    top: 0;
    right: 20%;
}

.process-step-img {
    position: relative;
	    margin-bottom: 20px;
}
.process-step-data h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    margin: 0 0 10px;
}

.process-step-data p {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
}
section.we-eat{
	position: relative;
}
section.we-eat:before {
    content: '';
    background: #5e6f3b;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    max-height: 300px;
}

.eat-div {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.eat-div img {
	 border-radius: 16px;
}
.we-eat-text {
    position: relative;
    background: var(--secondary-color);
    border-radius: 18px;
    padding: 18px 20px;
    z-index: 5;
    max-width: 98%;
    margin: -70px auto 0;
}
.feature-item {
    display: flex;
    gap: 20px;
}
.our-process {
    margin-bottom: 50px;
}

.process-text-main p {
    text-align: center;
    margin-bottom: 0;
    color: var(--secondary-gold);
    font-size: 26px;
    font-weight: 600;
}
.feature-icon {
    width: 55px;
    height: 55px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 auto;
}

.feature-icon img {
    width: 100%;
    max-width: 40px;
}
.feature-content h4 {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.1;
    margin: 0 0 10px;
}

.feature-content p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2;
}
section.from-our {
    background: url(/wp-content/uploads/2026/08/ChatGPT-Image-Aug-16-2026-04_33_48-PM.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.recipee-box {
    position: relative;
    border: 1px solid var(--secondary-gold);
    border-radius: 14px;
    overflow: hidden;
	height: 100%;
}
.recipee-cnt {
    padding: 30px 100px;
}
.mb-50 {
    margin-bottom: 50px;
}
.recipee-icon {
    width: 55px;
    height: 55px;
	 border: 1px solid var(--secondary-gold);
    background: #ffffff;
    border-radius: 50%;
    margin: -31px auto 0;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recipee-box {
    background: #F7F2EC;
}

.recipee-cnt h2 {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.recipee-divider {
    background: var(--secondary-gold);
    width: 100%;
    height: 1px;
    max-width: 70px;
    margin: 15px auto;
}
.recipee-icon img {
    max-width: 35px;
}

.recipee-cnt {
    text-align: center;
}
.inta-reels {
    width: 100%;
    overflow: hidden;
}

.reels-track {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.reel-card {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    border-radius: 14px;
    background: #eee;
}

.reel-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* =========================
   TABLET
========================= */

@media (max-width: 991px) {

    .reels-track {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    .inta-reels {
        overflow: visible;
        margin-left: -15px;
        margin-right: -15px;
    }

    .reels-track {

        display: flex;

        gap: 12px;

        overflow-x: auto;
        overflow-y: hidden;

        padding: 5px 15px 15px;

        scroll-snap-type: x mandatory;

        -webkit-overflow-scrolling: touch;

        scrollbar-width: none;
    }

    .reels-track::-webkit-scrollbar {
        display: none;
    }

    /*
        One full video + half of next video
    */

    .reel-card {

        flex: 0 0 66.66%;

        width: 66.66%;

        aspect-ratio: 9 / 16;

        scroll-snap-align: start;

        border-radius: 12px;
    }

}
.top-footer {
    background: #5E6F3B;
    position: relative;
    padding: 80px 0;
}
.footer-logo {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 50px;
}
.footer-box-inner.logo-div {
    padding-right: 15%;
}
.footer-box-inner.logo-div {
    padding-right: 40%;
}

.footer-logo-text p {
    color: #ffffff;
    margin-bottom: 50px;
}

.footer-social a {
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #ffffff !important;
    text-decoration: none;
}

.footer-social {
    display: flex;
    gap: 10px;
}
.footer-logo-text p {
    color: #ffffff;
    margin-bottom: 50px;
}

.footer-social a {
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-label {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

.footer-lebel-divider {
    background: var(--secondary-gold);
    width: 100%;
    height: 1px;
    max-width: 76px;
    margin: 20px 0;
}

.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    display: block;
    margin-bottom: 20px;
}

.footer-menu ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}

.footer-menu ul li a:hover {
    opacity: 0.8;
}
.top-bottom {
    background: #5E6F3B;
    position: relative;
    border-top: 1px solid #ffffff;
    padding: 20px 0;
}
.bootom-footer-flx {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.pay-icon-side {
    max-width: 250px;
}

.copy-side p {
    color: #ffffff;
    margin-bottom: 0;
}
.woocommerce-account .woocommerce {
    width: 100%;
    display: flex;
    gap: 50px;
    align-items: center;
}
header.entry-header {
    text-align: center;
    padding: 50px 0;
}
.u-columns.woocommerce-Addresses.col2-set.addresses {
    display: flex;
    width: 100%;
}

.u-column1.col-1.woocommerce-Address {
    width: 50%;
    display: inline-block;
}

.u-column2.col-2.woocommerce-Address {
    width: 50%;
    display: inline-block;
}
@media only screen and (min-width: 1600px) {
    .container {
        max-width: 90% !important;
    }
	.hero-inner h1 {
    font-size: 80px;
}
	.hero-inner p {
    font-size: 20px;
    max-width: 400px;
}
	.hero-btns a {
    padding: 16px 20px;
    font-size: 18px;
}
	.main-menu li a {
    font-size: 20px;
}
	.site-logo img {
    max-width: 300px;
}
	.section-intro h2 {
    font-size: 60px;
}
.section-intro p {
    max-width: 600px;
    font-size: 20px;
}
	.hero-inner small {
    font-size: 22px;
}
	.section-intro small {
    font-size: 20px;;
}
}