body {
    margin: 0;
    font-family: Georgia, serif;
    background-color: #f7f3ec;
    color: #333333;
}

header {
    background-color: white;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}

.logo {
    width: 140px;
    height: auto;
}

.tagline {
    color: #6B7A45;
    font-size: 17px;
    font-style: italic;
    letter-spacing: 1px;
    margin-top: 12px;
}
nav {
    margin-top: 15px;
}

nav a {
    color: #456A9A;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
    font-size: 16px;
}

nav a:hover {
    color: #6B7A45;
}

.hero {
    text-align: center;
    padding: 50px 20px;
}

.banner {
    width: 90%;
    max-width: 1100px;
    border-radius: 12px;
}
.section-title {
    text-align: center;
    color: #456A9A;
    font-size: 36px;
    margin-bottom: 40px;
}
.section-subtitle {
    text-align: center;
    color: #6B7A45;
    font-style: italic;
    margin-top: -20px;
    margin-bottom: 50px;
}

.hero h1 {
    color: #456A9A;
    font-size: 42px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.hero p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

button {
    background-color: #6B7A45;
    color: white;
    border: none;
    padding: 15px 30px;
    margin-top: 25px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}

button:hover {
    background-color: #556338;
}

.collections {
    display: flex;
    justify-content: center;
    gap: 25px;
    padding: 50px 20px;
    flex-wrap: wrap;
}

.card {
    background-color: white;
    width: 300px;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.card h2 {
    color: #456A9A;
}

.card p {
    line-height: 1.5;
}

.about-page {
    max-width: 900px;
    margin: 60px auto;
    padding: 20px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.about-page h1 {
    text-align: center;
    color: #456A9A;
    margin-bottom: 30px;
}

.about-page h2 {
    color: #456A9A;
    margin-top: 30px;
}

.about-page p {
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-page ul {
    line-height: 2;
}

.contact-page {
    max-width: 850px;
    margin: 80px auto;
    padding: 40px;
    background-color: white;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.contact-page h1,
.contact-page h2 {
    color: #456A9A;
}

.contact-page p {
    line-height: 1.8;
    font-size: 18px;
}

.instagram-button {
    display: inline-block;
    background-color: #6B7A45;
    color: white;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 6px;
    margin-top: 20px;
    font-weight: bold;
}

.instagram-button:hover {
    background-color: #556338;
}

.small-note {
    color: #6B7A45;
    font-style: italic;
    margin-top: 20px;
}
.collection-page {
    max-width: 1100px;
    margin: 80px auto;
    padding: 40px;
    text-align: center;
}

.collection-page h1 {
    color: #456A9A;
    font-size: 42px;
}

.collection-intro {
    max-width: 800px;
    margin: 20px auto 50px auto;
    font-size: 18px;
    line-height: 1.7;
}

.collection-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.collection-box {
    background-color: white;
    width: 300px;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.collection-box h2 {
    color: #456A9A;
}

.collection-box p {
    line-height: 1.6;
}

.shop-button {
    display: inline-block;
    margin-top: 20px;
    background-color: #6B7A45;
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: bold;
}

.shop-button:hover {
    background-color: #556338;
}/* =========================
   COLLECTION PAGE
========================= */

.collection-page {
    max-width: 1100px;
    margin: 25px auto 10px auto;
    padding: 20px;
    text-align: center;
}

.collection-page h1 {
    color: #456A9A;
    font-size: 48px;
    margin-bottom: 20px;
}

.collection-intro {
    max-width: 800px;
    margin: 0 auto 40px auto;
    font-size: 20px;
    line-height: 1.7;
    color: #444;
}

.section-title {
    text-align: center;
    color: #456A9A;
    font-size: 38px;
    margin: 40px 0 20px 0;
}

/* =========================
   BUNDLE CARD
========================= */

.bundle-card {
    background-color: white;
    max-width: 700px;
    margin: 20px auto 40px auto;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.bundle-card img {
    width: 100%;
    max-width: 650px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.bundle-card h2 {
    color: #456A9A;
    margin-bottom: 15px;
}

.bundle-card h3 {
    color: #6B7A45;
    font-size: 32px;
    margin-top: 20px;
}

/* =========================
   PRODUCT GRID
========================= */

.product-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 20px 40px 90px 40px;
}

.product-card {
    background-color: white;
    width: 300px;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.product-card img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    border-radius: 8px;
}

.product-card h2 {
    color: #456A9A;
    margin-top: 20px;
    font-size: 28px;
}

.product-card p {
    line-height: 1.6;
    margin: 15px 0;
}

/* =========================
   BUTTONS
========================= */

.shop-button {
    display: inline-block;
    background-color: #6B7A45;
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: bold;
    margin-top: 10px;
}

.shop-button:hover {
    background-color: #556338;
}


.product-detail {
    max-width: 1100px;
    margin: 70px auto;
    padding: 40px;
    display: flex;
    gap: 50px;
    align-items: center;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.product-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
}

.product-info {
    flex: 1;
}

.product-info h1 {
    color: #456A9A;
    font-size: 42px;
}

.product-info h2 {
    color: #456A9A;
    margin-top: 25px;
}
.download-badge {
    display: inline-block;
    background: #E5E8D8;
    color: #6B7A45;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
}

.price {
    color: #6B7A45;
    font-size: 42px;
    font-weight: bold;
    margin: 15px 0;
}

.product-info p,
.product-info li {
    line-height: 1.7;
    font-size: 17px;
}

.back-link {
    display: block;
    margin-top: 25px;
    color: #456A9A;
    text-decoration: none;
    font-weight: bold;
}

.back-link:hover {
    color: #6B7A45;
}
.product-gallery{
    width:50%;
}

.main-bundle-image{
    width:100%;
    border-radius:12px;
    margin-bottom:20px;
}

.bundle-thumbnails{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:15px;
}

.bundle-thumbnails img{
    width:100%;
    border-radius:8px;
    box-shadow:0 2px 8px rgba(0,0,0,0.08);
    transition:0.3s;
}

.bundle-thumbnails img:hover{
    transform:scale(1.03);
}

.product-gallery {
    flex: 1;
}

.main-bundle-image {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}

.bundle-thumbnails {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.bundle-thumbnails img {
    width: 100%;
    height: 140px;
    object-fit: contain;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
/* =========================
   ABOUT PAGE IMAGE
========================= */

.about-image {
    text-align: center;
    margin: 50px 0;
}

.about-image img {
    width: 100%;
    max-width: 300px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
.about-caption {
    text-align: center;
    font-style: italic;
    color: #6B7A45;
    margin-top: 0;
    margin-bottom: 20px;
}
/* =========================
   FOOTER
========================= */

footer {
    text-align: center;
    padding: 30px 20px;
    margin-top: 50px;
    border-top: 1px solid #d9d9d9;
    background-color: #ffffff;
}

footer p {
    margin: 10px 0;
}

footer a {
    color: #496A9C;
    text-decoration: none;
    margin: 0 5px;
    font-weight: 500;
}

footer a:hover {
    text-decoration: underline;
}

footer .copyright {
    color: #6B7A45;
    font-size: 0.9rem;
}