body {
    background-color: #F6F7F8;
    font-family: 'Nunito', sans-serif;
    padding-top: 80px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #3A3A3A;
}

.site-header {
    background-color: rgba(246, 247, 248, 0.98);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0;
}

.navbar {
    padding: 0.5rem 0;
}

.navbar-brand {
    color: #005A8D !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: -0.5px;
}

.nav-link {
    color: #3A3A3A !important;
    font-weight: 600;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: #005A8D !important;
    transform: translateY(-1px);
}

.search-input {
    border-radius: 8px 0 0 8px;
    border: 1px solid #E0E0E0;
    padding: 0.5rem 1rem;
}

.search-input:focus {
    border-color: #005A8D;
    box-shadow: 0 0 0 0.2rem rgba(0, 90, 141, 0.15);
}

.input-group .btn-outline-primary {
    border-radius: 0 8px 8px 0;
    border: 1px solid #E0E0E0;
    border-left: none;
    color: #005A8D;
}

.input-group .btn-outline-primary:hover {
    background-color: #005A8D;
    color: white;
}

.btn {
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #005A8D;
    border-color: #005A8D;
}

.btn-primary:hover {
    background-color: #004a73;
    border-color: #004a73;
    box-shadow: 0 0 10px rgba(0, 90, 141, 0.3);
}

.snipcart-checkout,
.snipcart-customer-signin {
    color: #3A3A3A;
    transition: color 0.3s ease;
}

.snipcart-checkout:hover,
.snipcart-customer-signin:hover {
    color: #005A8D;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 2rem;
}

.breadcrumb-item a {
    color: #005A8D;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #3A3A3A;
}

.card {
    border-radius: 8px;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card:hover {
    transform: scale(1.05);
}

.site-footer {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-info-section .card {
    border: none;
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.contact-info-section .card-body {
    padding: 2rem;
}

.contact-info-section i {
    font-size: 1.25rem;
    width: 24px;
    text-align: center;
}

.contact-info-section address {
    font-size: 1.1rem;
    line-height: 1.6;
}

.accordion-button:not(.collapsed) {
    background-color: #005A8D;
    color: #ffffff;
}

.accordion-button:focus {
    border-color: #005A8D;
    box-shadow: 0 0 0 0.25rem rgba(0, 90, 141, 0.25);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23005A8D'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.footer-main {
    background-color: #f8f9fa;
}

.footer-title {
    color: #005A8D;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.footer-text {
    color: #3A3A3A;
    line-height: 1.6;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #3A3A3A;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #005A8D;
    text-decoration: none;
}

.footer-contact {
    color: #3A3A3A;
    line-height: 1.6;
}

.footer-bottom {
    background-color: #fff;
    color: #3A3A3A;
    font-size: 0.9rem;
}
