/* Volan Otomotiv Merchant Compliant Shop CSS V8 */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f7f6;
    margin: 0;
    padding: 0;
}
.top-nav {
    background: #254b94;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}
.top-nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
    font-size: 14px;
}
.top-nav a:hover {
    text-decoration: underline;
}
.container {
    max-width: 850px;
    margin: 20px auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
header {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 20px;
}
.logo {
    max-height: 80px;
    margin-bottom: 15px;
}
.product-grid {
    margin-top: 20px;
}
.product-card {
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 6px;
}
.product-title {
    font-size: 20px;
    margin-top: 0;
    color: #0066cc;
}
.product-price {
    font-size: 18px;
    font-weight: bold;
    color: #e44d26;
    margin: 10px 0;
}
.shipping-notice {
    font-size: 13px;
    color: #254b94;
    font-weight: bold;
    background: #eef3fc;
    padding: 8px 12px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
}
.btn {
    display: inline-block;
    background: #254b94;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
.btn:hover {
    background: #1a366b;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-group input, .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.bank-details {
    background: #f0f7ff;
    border-left: 4px solid #254b94;
    padding: 15px;
    margin: 20px 0;
}
footer {
    text-align: center;
    margin-top: 40px;
    font-size: 13px;
    color: #555;
    border-top: 2px solid #eaeaea;
    padding-top: 20px;
    background: #fdfdfd;
}
.trust-badge {
    background: #eef3fc;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.8;
}
footer a {
    color: #254b94;
    text-decoration: none;
    margin: 0 10px;
    font-weight: bold;
}
footer a:hover {
    text-decoration: underline;
}
.policy-content {
    text-align: left;
    font-size: 14px;
}
