body.vell-body { background-color: #f2ece1; color: #221d19; font-family: Georgia, Garamond, "Times New Roman", serif; margin: 0; padding: 0; }
.vell-header { background-color: #faf8f5; border-bottom: 2px solid #221d19; padding: 15px 0; }
.veri-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }
.vell-logo { float: left; }
.vell-logo img { height: 40px; display: block; }
.vell-nav { float: right; list-style: none; margin: 0; padding: 0; display: flex; }
.vell-nav-item { margin-left: 20px; line-height: 40px; }
.vell-nav-item a { color: #221d19; text-decoration: none; font-weight: bold; }
.vell-nav-item a:hover { color: #221d19; opacity: 0.8; }
.vell-main-layout { margin-top: 30px; position: relative; }
.vell-panel { background-color: #faf8f5; border: 3px double #221d19; border-radius: 4px 15px 4px 15px; padding: 30px; box-sizing: border-box; }
.vell-notice-strip { background: #fbf0df; border-top: 2px solid #221d19; border-bottom: 2px solid #221d19; border-radius: 12px 0 12px 0; padding: 20px; text-align: center; margin-bottom: 35px; color: #221d19; font-size: 15px; }
.vell-notice-seal { display: inline-block; width: 24px; height: 24px; border-radius: 50%; background-color: #221d19; color: #f2ece1; text-align: center; line-height: 24px; font-size: 12px; margin-right: 10px; font-weight: bold; }
.vell-product-grid { width: 100%; }
.vell-product-card { width: 31%; margin: 1%; float: left; background-color: #faf8f5; border: 3px double #221d19; border-radius: 4px 15px 4px 15px; padding: 25px; box-sizing: border-box; transition: all 0.3s; position: relative; }
.vell-product-card:hover { transform: scale(1.02); box-shadow: 0 4px 12px rgba(34,29,25,0.15); }
.vell-product-name { font-size: 15px; font-weight: bold; color: #221d19; text-decoration: none; display: block; margin-bottom: 10px; line-height: 1.4; }
.vell-badge { display: inline-block; font-size: 10px; padding: 2px 6px; border-radius: 3px; font-weight: bold; margin-bottom: 8px; }
.vell-badge-auto { background-color: #e8f5e9; color: #221d19; border: 1px solid #221d19; }
.vell-badge-manual { background-color: #f5f5f5; color: #757575; border: 1px solid #757575; }
.vell-price { color: #221d19; font-weight: bold; font-size: 18px; }
.vell-btn-buy { display: block; text-align: center; background-color: #221d19; color: #f2ece1 !important; border: 1px solid #221d19; padding: 8px 12px; text-decoration: none; border-radius: 4px; font-weight: bold; transition: all 0.2s; margin-top: 10px; }
.vell-btn-buy:hover { background-color: #f2ece1; color: #221d19 !important; }
.vell-footer { background-color: #faf8f5; border-top: 2px solid #221d19; padding: 25px 0; margin-top: 50px; clear: both; }
.vell-footer a { color: #221d19; text-decoration: none; }
.vell-tab-title { list-style: none; padding: 0; margin: 0 0 25px 0; display: flex; border-bottom: 2px solid #221d19; }
.vell-tab-item { padding: 12px 24px; cursor: pointer; font-weight: bold; }
.vell-tab-item.active { background-color: #221d19; color: #f2ece1; border-radius: 4px 4px 0 0; }
.vell-tab-item a { color: inherit; text-decoration: none; }
.vell-form-item { margin-bottom: 20px; }
.vell-form-label { display: block; margin-bottom: 8px; font-weight: bold; color: #221d19; }
.vell-form-input { width: 100%; padding: 12px; border: 1px solid #221d19; background-color: #faf8f5; color: #221d19; box-sizing: border-box; border-radius: 4px; font-family: inherit; }
.vell-form-input:focus { outline: none; box-shadow: 0 0 5px rgba(34,29,25,0.2); }
.vell-btn-submit { width: 100%; padding: 14px; background-color: #221d19; color: #f2ece1; border: none; font-weight: bold; cursor: pointer; border-radius: 4px; font-size: 16px; }
.vell-btn-submit:hover { background-color: #3d352e; }
.vell-table { width: 100%; border-collapse: collapse; margin-top: 15px; }
.vell-table th, .vell-table td { border: 1px solid #221d19; padding: 12px; text-align: left; }
.vell-table th { background-color: #fbf0df; color: #221d19; }
@media (max-width: 991px) {
    .vell-product-card { width: 48%; margin: 1%; }
}
@media (max-width: 767px) {
    .vell-product-card { width: 100%; float: none; margin: 0 0 15px 0; }
}
