body {
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

/* header / nav */
header {
    background-color: rgb(13, 38, 0);
    display: block;
    padding: 0;
}

.logo-img {
    width: 150px;
    height: auto;
    padding: 1rem;
    vertical-align: middle;
}

.HomeNav {
    display: inline-block;
    vertical-align: middle;
}

.HomeNav a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 28px 16px;
    text-decoration: none;
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    font-weight: bold;
}

.HomeNav a:hover {
    background-color: #ddd;
    color: black;
}

.HomeNav a:active {
    background-color: #04AA6D;
    color: white;
}

/* hero */
.Hero {
    background-color: rgb(13, 38, 0);
    color: white;
    text-align: center;
    padding: 50px 20px;
    margin-bottom: 25px;
}

.Hero h1 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    margin-bottom: 10px;
}

.Hero p {
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin: 10px 0;
}

.hero-link {
    display: inline-block;
    background-color: white;
    color: rgb(13, 38, 0);
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: bold;
}

.hero-link:hover {
    background-color: #dddddd;
}

.Hero button {
    border: none;
    background-color: white;
    padding: 0;
    border-radius: 8px;
}

.Hero button a {
    display: inline-block;
    color: rgb(13, 38, 0);
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.Hero button:hover {
    background-color: #dddddd;
}

/* general section title */
.section-title {
    text-align: center;
    margin: 30px 0 15px 0;
    font-family: 'Times New Roman', Times, serif;
}

/* categories */
.categories {
    text-align: center;
    margin-bottom: 30px;
}

.category-box {
    display: inline-block;
    width: 220px;
    margin: 10px;
    padding: 18px;
    background-color: white;
    border: 1px solid #cccccc;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.15);
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.categories div {
    display: inline-block;
    width: 220px;
    margin: 10px;
    padding: 18px;
    background-color: white;
    border: 1px solid #cccccc;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    font-family: Arial, sans-serif;
    font-weight: bold;
}

/* carousel */
* {
    box-sizing: border-box;
}

.Carousel-Container {
    box-sizing: border-box;
    max-width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.Carousel-slides {
    max-width: 1536px;
    height: 400px;
    position: relative;
}

.Carousel-slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* product cards */
.featured {
    text-align: center;
    padding-bottom: 40px;
}

.product-card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    width: 260px;
    min-height: 390px;
    display: inline-block;
    vertical-align: top;
    margin: 15px;
    padding: 16px 0;
    text-align: center;
    background-color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    border-radius: 10px;
}

.product-card h1 {
    min-height: 56px;
    margin: 12px 10px 8px 10px;
    font-size: 22px;
}

.product-card h3 {
    min-height: 56px;
    margin: 12px 10px 8px 10px;
}

.product-card img {
    width: 80%;
    height: 170px;
    object-fit: contain;
    margin: 0 auto;
}

.price {
    color: rgb(72, 72, 72);
    font-size: 20px;
}

.items-left {
    color: rgb(144, 144, 144);
    font-weight: 100;
    font-size: 15px;
}

.only-left-caution {
    color: white;
    background-color: rgb(169, 0, 0);
}

.product-card button {
    border: none;
    padding: 12px;
    color: white;
    background-color: #000000;
    text-align: center;
    cursor: pointer;
    width: 80%;
    border-radius: 15px;
    font-size: 18px;
}

.product-card:hover {
    opacity: 0.9;
}

/* footer */
.index-footer {
    background-color: rgb(13, 38, 0);
    padding: 60px 30px 0px 25px;
    color: #f0f9ff;
    margin-top: 40px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.col {
    margin-bottom: 20px;
}

.col-text {
    margin-bottom: 20px;
}

.footer-container h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
}

.footer-container ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-container ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
}

.footer-container ul a:hover {
    opacity: 0.8;
}

.col-text p {
    opacity: 0.7;
    font-size: 14px;
    line-height: 1.6;
}

/* Bottom Copyright Section */
.footer-bottom {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
}

.copyright {
    display: inline-block;
    opacity: 0.4;
    font-size: 13px;
}

/* cart page */
.cart-main {
    width: 90%;
    margin: 30px auto;
    background-color: white;
    padding: 20px;
    border: 1px solid #cccccc;
    border-radius: 10px;
}

.cart-main h1 {
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}

.cart-total {
    text-align: right;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
}

.cart-empty {
    text-align: center;
    font-size: 20px;
    padding: 30px;
}

.total-box {
    text-align: right;
    margin-top: 25px;
}