.et-tab-nav {
    padding: 8px 2px 0;
}
.et-tab-nav .nav-tabs {
    border: none;
    margin: 0;
}
.et-tab-nav .nav-tabs > li > a,
.et-tab-nav .nav-tabs > li > a:hover,
.et-tab-nav .nav-tabs > li > a:focus,
.et-tab-nav .nav-tabs > li.active > a,
.et-tab-nav .nav-tabs > li.active > a:hover,
.et-tab-nav .nav-tabs > li.active > a:focus {
    border-radius: 4px 4px 0 0 !important;
    outline: none;
    transition: color .15s, background-color .15s;
    cursor: pointer;
    margin-right: 2px;
    margin-bottom: 0;
    padding: 10px 18px;
    font-size: 13px;
}
.et-tab-nav .nav-tabs > li > a {
    background: transparent !important;
    border: 1px solid transparent !important;
    color: #a0aec0;
}
.et-tab-nav .nav-tabs > li > a:hover {
    background: rgba(255,255,255,.75) !important;
    border: 1px solid #e2e8f0 !important;
    color: #4a5568 !important;
}
.et-tab-nav .nav-tabs > li.active > a,
.et-tab-nav .nav-tabs > li.active > a:hover,
.et-tab-nav .nav-tabs > li.active > a:focus {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    color: #2d3748 !important;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0,0,0,.07);
}
.et-tab-nav .nav-tabs > li > a .badge {
    margin-left: 5px;
    font-size: 10px;
    vertical-align: middle;
}
.et-ibox-notop {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-et-add {
    border: 1px solid #1ab394;
    color: #1ab394;
    background: #fff;
    border-radius: 4px;
}
.btn-et-add:hover, .btn-et-add:focus { background: #f0fdf9; color: #17a085; border-color: #17a085; }
.btn-et-add[disabled], .btn-et-add:disabled { opacity: .6; cursor: not-allowed; }
.et-precos-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.et-preco-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border: 1px solid #e7eaec;
    border-radius: 6px;
    background: #fff;
    transition: border-color .15s, background-color .15s;
}
.et-preco-card-sel,
.et-preco-card-sel:hover {
    border-color: #1c84c6;
    background: #f0f7fd;
}
.et-preco-thumb {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 4px;
    overflow: hidden;
}
.et-preco-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    opacity: 0;
    transition: opacity .25s ease;
}
.et-preco-info { min-width: 0; flex: 1 1 auto; }
.et-preco-nome-linha {
    display: flex;
    align-items: center;
    gap: 8px;
}
.et-preco-nome {
    flex: 0 1 auto;
    min-width: 0;
    font-size: 13px;
    font-weight: 600;
    color: #2d3748;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.et-preco-meta {
    font-size: 11px;
    color: #999;
    margin-top: 2px;
}
.et-preco-badge {
    flex: 0 0 auto;
    font-size: 10px;
    font-weight: 600;
    border-radius: 10px;
    padding: 2px 8px;
    white-space: nowrap;
}
.et-preco-badge-novo { background: #e6f0fb; color: #1c84c6; }
.et-preco-badge-impresso { background: #eef0f2; color: #8a94a6; }
.et-preco-precos {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    text-align: right;
    line-height: 1.25;
}
.et-preco-preco-velho {
    font-size: 11px;
    color: #b0b0b0;
    text-decoration: line-through;
}
.et-preco-preco-novo {
    font-size: 14px;
    font-weight: 700;
    color: #2d3748;
}
.et-preco-qtde {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding-left: 14px;
}
.et-preco-qtde-label {
    font-size: 10px;
    color: #999;
}
.et-preco-pill {
    background: #e6f0fb;
    color: #1c84c6;
    border-radius: 12px;
    padding: 3px 12px;
    font-size: 12px;
    font-weight: 600;
}
.et-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #d6dbe0;
    background: #fff;
    color: #5a6470;
    border-radius: 14px;
    padding: 3px 12px;
    font-size: 12px;
    cursor: pointer;
    transition: background-color .12s, border-color .12s, color .12s;
}
.et-chip:hover { border-color: #b8c0c9; }
.et-chip-active,
.et-chip-active:hover {
    background: #1c84c6;
    border-color: #1c84c6;
    color: #fff;
}
.et-pager {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2px;
}
.et-pager > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 28px;
    border: none;
    background: none;
    color: #5a6470;
    cursor: pointer;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 13px;
}
.et-pager > li > a:hover { background: #f0f2f5; }
.et-pager > li.active > a { color: #2d3748; font-weight: 700; }
.et-pager > li.disabled > a { color: #c5c9cf; cursor: not-allowed; }
.et-pager > li.disabled > a:hover { background: none; }
.btn-et-padrao { background: #1ab394; color: #fff; border: 1px solid #1ab394; }
.btn-et-padrao:hover, .btn-et-padrao:focus { background: #18a689; color: #fff; }
.btn-et-reduzida { background: #1c84c6; color: #fff; border: 1px solid #1c84c6; }
.btn-et-reduzida:hover, .btn-et-reduzida:focus { background: #1a7ab6; color: #fff; }
.input-stepper {
    display: inline-flex;
    align-items: stretch;
    height: 34px;
}
.input-stepper-btn {
    width: 38px;
    padding: 0;
    border: 1px solid #d6dbe0;
    background: #fff;
    color: #9aa0a8;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
    transition: background-color .12s, color .12s;
}
.input-stepper-btn:first-child {
    border-right: none;
    border-radius: 4px 0 0 4px;
}
.input-stepper-btn:last-child {
    border-left: none;
    border-radius: 0 4px 4px 0;
}
.input-stepper-btn:hover:not([disabled]) {
    background: #f4f9fd;
    color: #1c84c6;
}
.input-stepper-btn:active:not([disabled]) {
    background: #eceef1;
}
.input-stepper-btn[disabled] {
    opacity: .4;
    cursor: not-allowed;
}
.input-stepper-input {
    width: 46px;
    padding: 0;
    margin: 0;
    border: 1px solid #d6dbe0;
    border-left-color: #e3e6ea;
    border-right-color: #e3e6ea;
    border-radius: 0;
    background: #fff;
    text-align: center;
    font-size: 12px;
    color: #5a6470;
    outline: none;
}
.input-stepper-input:focus {
    background: #f4f9fd;
}
