html{
	scroll-behavior: smooth;
	}

body{
	font-family: Arial, sans-serif;
	margin: 0;
	background-color: #f4f6f3;
	color: #333
	}

nav {
	background-color: #2c3e50;
	padding: 15px 30px;
	display: flex;
	gap: 25px;
	justify-content: center;
	position: sticky;
	top: 0;
	z-index: 1000;
	}

nav a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	transition: color 0.2s ease;
	position: relative;
	}

nav a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0%;
	height: 2px;
	background-color: #9be29b;
	transition: width 0.2s ease;
	}

nav a:hover::after {
	width: 100%;
	}

#home {
	border-bottom: 1px solid #e0e0e0;
	padding: 80px 30px;
	text-align: center;
	background-color: white;
	margin-bottom: 60px;
	border-radius: 12px;
	}

#home h1 {
	font-size: 48px;
	margin-bottom: 10px;
	}

#home p {
	font-size: 20px;
	color: #555;
	margin-bottom: 25px;
	}

.hero-btn {
	transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.2s ease;
	display: inline-block;
	padding: 14px 24px;
	background-color: #3a7d44;
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-radius: 30px;
	transition: 0.3s ease;
	border-radius: 999px;
	box-shadow: 0 6px 14px rgba(0,0,0,0.12);
	}

.hero-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 18px rgba(0,0,0,0.12);
	background-color: #2e6135;
	}

.container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 30px;
	}

section {
	padding: 80px 0;
	scroll-margin: 80px;
	}

#products {
	padding-top: 60px;
	padding: 50px 40px;
	text-align: center;
	margin-top: 40px;
	background-color: #eef3ee;
	border-radius: 14px
	background-color: #eef7ee;
	border: 1px solid #d7ead7;
	}

.product-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px
	margin-top: 20px;
	}

.product {
	border-left: 6px solid #3a7d44;
	transition: transform 0.2s ease,
	box-shadow 0.2s ease;
	background-color: white;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.08);
	}

.product:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 22px rgba(0,0,0,0.12);
	}


#products h2 {
	margin-bottom: 25px;
	}

@media (max-width: 900px) {
	.product-grid {
		grid-template-columns: repeat(2, 1fr);
		}
	}

@media (max-width: 600px) {
	.product-grid {
		grid-template-columns: 1fr;
		}
	}

.subtag {
	color: #666;
	margin-top: -10px;
	margin-bottom: 25px;
	}

.faq-item {
	backgroun-color: white;
	border-radius: 10px;
	padding: 10px 20px;
	margin-top: 15px;
	border-left: 6px solid #3a7d44;
	}

.faq-item h3 {
	margin: 0 0 6px 0;
	}

.faq-item p {
	margin: 0;
	color: #555;
	}

#faq {
	background-color: #eef7ee;
	border: 1px solid #d7ead7;
	border-radius: 14px;
	padding: 50px 40px;
	}

.hero {
	display: grid;
	gri-template-columns: 1.2fr 1fr;
	gap: 30px;
	align-items: center;
	}

.hero-text {
	text-align: center;
	}

.hero-image {
	display: flex;
	justify-content: center;
	}

.img-placeholder {
	width: 100%;
	max-width: 380px;
	height: 260px;
	border-radius: 10px;
	background-color: #eaf7ea;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3a7d44;
	font-weight: bold;
	}

@media (max-width: 800px) {
	.hero { 
		grid-template-columns: 1fr;
		text-align: center;
		}
	.hero-text {
		text-align: center;
		}
	}

footer {
	box-shadow: 0 -4px 10px rgba(0,0,0,0.2);
	background-color: #2c3e50;
	color: white;
	text-align: center;
	padding: 30px 20px;
	margin-top: 60px;
	}

footer p {
	margin: 6px 0;
	font-size: 14px;
	}

#checkout-btn {
	padding: 12px 18px;
	border: none;
	border-radius: 999px;
	background-color: #3a7d44;
	color: white;
	font-weight: bold;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.2s ease;
	}

#checkout-button:hover {
	background-color: #2e6135;
	transform: translateY(-2px);
	box-shadow: 0 10px 18px rgba(0,0,0,0.12);
	}

#confirm-msg {
	margin-top: 12px;
	font-weight: bold;
	color: #2e6135;
	}

.pickle {
	position: fixed;
	top: 120px;
	left: 50vw;
	font-size: 60pxpx;
	pointer-events: none;
	z-index: 9999;
	}

@keyframes fall {
	0% { transform: translateY(0) rotate(0deg); }
	80% { transform: translateY(85vh) rotate(220deg); }
	100% { transform: translateY(92vh) rotate(260deg); oppacity 0; }
	}

.price {
	font-weight: bold;
	margin: 10px 0;
	color: #2e6135;
	}

.order-btn {
	padding: 8px 14px;
	border: none;
	border-radius: 999px;
	background-color: #3a7d44;
	color: white;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	}

.order-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 14px rgba(0,0,0,0015);
	}

.qty {
	width: 60px;
	padding: 6px;
	margin-left: 6px;
	}

#order-items {
	list-style: none;
	padding: 0;
	margin: 20px 0;
	}

#order-items li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f8fdf8;
	border-radius: 12px;
	padding: 12px 16px;
	margin-bottom: 10px;
	border: 1px solid #d8f3dc;
	font-size: 14px;
	}

.order-total-line {
	font-weight: bold;
	font-size: 20px;
	margin-top: 15px;
	border-top: 1px solid #e0e0e0;
	padding-top: 15px;
	}

#clear-order {
	margin-top: 15px;
	width: 100%;
	padding: 12px;
	border: none;
	border-radius: 999px;
	background-color: #2e7d32;
	color: white;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.2s ease;
	}

#clear-order:hover {
	background-color: #256b29;
	}

.logo-container {
	text-align: center;
	margin-bottom: 20px;
	}

.logo {
	width: 500px;
	height: 500px;
	object-fit: cover;
	border-radius: 50%'
	display: block;
	margin: 0 auto 12px auto;
	}

#order-total {
	background-color: white;
	border-radius: 16px;
	padding: 25px;
	max-width: 500px;
	margin: 40px;
	box-shadow: 0 12px 30px rgba(0,0,0,0.08);
	}
