﻿body {
    font-family: Arial, sans-serif;
    background-color: #f5f9f4;
    color: #2f3e2f;
    margin: 0;
    padding: 0;
}

header {
    background-color: #d8e8d0;
    padding: 20px;
    text-align: center;
    border-bottom: 3px solid #7fa87f;
}

header img {
    height: 120px;
}

nav {
    background-color: #7fa87f;
    padding: 10px;
    text-align: center;
}

nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
    font-weight: bold;
}

nav a:hover {
    text-decoration: underline;
}

section {
    padding: 30px;
    max-width: 900px;
    margin: auto;
}

h1, h2 {
    color: #3b5c3b;
}

.gallery img {
    width: 250px;
    margin: 10px;
    border: 3px solid #7fa87f;
    border-radius: 8px;
}

.product {
    border: 2px solid #7fa87f;
    padding: 15px;
    margin: 15px 0;
    border-radius: 8px;
    background-color: #eef5ec;
}

.download-link {
    font-weight: bold;
    color: #3b5c3b;
    text-decoration: none;
    border: 2px solid #7fa87f;
    padding: 8px 12px;
    border-radius: 6px;
    background-color: #eef5ec;
}

.download-link:hover {
    background-color: #d8e8d0;
}

.home-intro .lead {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #3b5c3b;
}

.highlight-box {
    background-color: #eef5ec;
    border-left: 5px solid #7fa87f;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 6px;
}

.feature-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.feature {
    flex: 1 1 250px;
    background-color: #f5f9f4;
    border: 2px solid #7fa87f;
    padding: 20px;
    border-radius: 6px;
    text-align: center;
}

.button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    background-color: #7fa87f;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
}

.button:hover {
    background-color: #3b5c3b;
}

.why-us ul {
    list-style: square;
    padding-left: 20px;
}

.closing {
    margin-top: 30px;
    font-style: italic;
    color: #3b5c3b;
}

header img {
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.shop-hero {
    text-align: center;
    padding: 30px;
    background-color: #eef5ec;
    border-bottom: 3px solid #7fa87f;
}

.shop-hero .lead {
    font-size: 1.2em;
    color: #3b5c3b;
}

.product-cards {
    padding: 30px;
    max-width: 1000px;
    margin: auto;
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.product-card {
    flex: 1 1 300px;
    background-color: #f5f9f4;
    border: 2px solid #7fa87f;
    padding: 20px;
    border-radius: 6px;
}

.product-card .price {
    font-size: 1.2em;
    font-weight: bold;
    color: #3b5c3b;
}

.button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    background-color: #7fa87f;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
}

.button:hover {
    background-color: #3b5c3b;
}

.square-store {
    padding: 30px;
    max-width: 1200px;
    margin: auto;
}

/* Header */
.shop-header {
    text-align: center;
    padding: 40px 20px;
    background-color: #eef5ec;
    border-bottom: 3px solid #7fa87f;
}

.shop-header .lead {
    font-size: 1.2em;
    color: #3b5c3b;
}

/* Product Grid */
.shop-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
}

.shop-item {
    background-color: #f5f9f4;
    border: 2px solid #7fa87f;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.product-img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 15px;
}

.price {
    font-size: 1.3em;
    font-weight: bold;
    color: #3b5c3b;
    margin: 10px 0;
}

.buy-button {
    display: inline-block;
    padding: 10px 15px;
    background-color: #7fa87f;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
}

.buy-button:hover {
    background-color: #3b5c3b;
}

/* Full Store Link */
.full-store-link {
    text-align: center;
    padding: 40px 20px;
}

.full-store-link .button {
    padding: 12px 20px;
    background-color: #7fa87f;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
}

.full-store-link .button:hover {
    background-color: #3b5c3b;
}

.shop-container {
    padding: 30px;
    max-width: 1200px;
    margin: auto;
}

.shop-container .lead {
    font-size: 1.2em;
    color: #3b5c3b;
    text-align: center;
}

.shop-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.shop-item {
    background-color: #f5f9f4;
    border: 2px solid #7fa87f;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.product-img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 15px;
}

.price {
    font-size: 1.3em;
    font-weight: bold;
    color: #3b5c3b;
    margin: 10px 0;
}

.buy-button {
    display: inline-block;
    padding: 10px 15px;
    background-color: #7fa87f;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
}

.buy-button:hover {
    background-color: #3b5c3b;
}

.full-store-link {
    text-align: center;
    margin-top: 40px;
}

.full-store-link .button {
    padding: 12px 20px;
    background-color: #7fa87f;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
}

.full-store-link .button:hover {
    background-color: #3b5c3b;
}
