body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

h1 {
    font-size: 24px;
    font-weight: bold;
}

h2 {
    font-size: 20px;
    color: #2E7D32;
    margin-bottom: 12px;
    border-bottom: 2px solid #E8F5E9;
    padding-bottom: 5px;
}

h3 {
    font-size: 16px;
    color: #2E7D32;
    margin-bottom: 10px;
}

h4 {
    font-size: 15px;
    margin-bottom: 5px;
}

p {
    margin-bottom: 10px;
    line-height: 1.7;
}

header {
    color: #fff;
}

header .subtitle {
    font-size: 13px;
    opacity: 0.85;
    margin: 0;
}

.header-contacts {
    text-align: right;
    font-size: 14px;
}

.header-contacts .phone {
    font-size: 18px;
    font-weight: bold;
}

.banner {
    color: #fff;
}

.banner h2 {
    color: #fff;
    border: none;
    font-size: 22px;
    margin-bottom: 8px;
}

.banner p {
    font-size: 15px;
    opacity: 0.9;
}

.product-card h4 {
    color: #333;
}

.product-card .price {
    color: #2E7D32;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 13px;
    margin-left: 5px;
    font-weight: normal;
}

.news-date {
    font-size: 12px;
    color: #888;
}

.news-title {
    font-weight: bold;
    color: #2E7D32;
}

.gallery-item p {
    font-size: 13px;
    color: #555;
}

.sidebar-block p,
.sidebar-block li {
    font-size: 14px;
}

.sidebar-block a {
    color: #2E7D32;
}

.sidebar-block a:hover {
    text-decoration: underline;
}

.schedule-item {
    font-size: 14px;
    margin-bottom: 3px;
}

.schedule-item span {
    font-weight: bold;
}

footer {
    color: #fff;
}

footer a {
    color: #A5D6A7;
}

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

.footer-copy {
    font-size: 13px;
    opacity: 0.8;
}

.breadcrumbs {
    font-size: 14px;
    color: #888;
}

.breadcrumbs a {
    color: #4CAF50;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.product-info h1 {
    color: #2E7D32;
    font-size: 26px;
    margin-bottom: 10px;
}

.product-meta {
    font-size: 15px;
    margin-bottom: 5px;
}

.product-meta span {
    color: #666;
}

.product-price-big {
    font-size: 32px;
    color: #2E7D32;
    font-weight: bold;
    margin: 15px 0;
}

.availability {
    color: #4CAF50;
    font-weight: bold;
    margin-bottom: 15px;
}

.product-description h2 {
    font-size: 20px;
    color: #2E7D32;
    margin-bottom: 10px;
    border-bottom: 2px solid #E8F5E9;
    padding-bottom: 5px;
}

.product-description ul {
    margin-left: 20px;
    margin-bottom: 10px;
}

.product-description ul li {
    margin-bottom: 4px;
}
