.lojas-ff {
    color: #fff;
}

.lojas-header {
    background: #111;
    border-left: 4px solid #ff9800;
    border-radius: 8px;
    margin-bottom: 18px;
    padding: 16px;
}

.lojas-header h1 {
    color: #ff9800;
    font-size: 1.8rem;
    margin: 0 0 8px;
}

.lojas-header .lead {
    color: #fff;
    margin-bottom: 0;
}

.lojas-breadcrumb {
    color: #fff;
    font-size: .9rem;
    margin-bottom: 8px;
}

.lojas-breadcrumb a {
    color: #ffb43b;
}

.lojas-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
}

.lojas-nav a {
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    padding: 8px 10px;
    text-decoration: none;
}

.lojas-nav a:hover {
    border-color: #ff9800;
    color: #ffb43b;
}

.store {
    background: #0f0f0f;
    border-radius: 8px;
    color: #fff;
    margin-bottom: 40px;
    overflow: hidden;
}

.store-title {
    align-items: center;
    background: #ff9800;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
}

.store-title h2 {
    color: #fff;
    font-size: 1.35rem;
    margin: 0;
}

.store-title a {
    color: #fff;
    text-decoration: none;
}

.store-link {
    background: #111;
    border-radius: 6px;
    font-size: .85rem;
    font-weight: 700;
    padding: 6px 10px;
    white-space: nowrap;
}

.grid {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    margin-top: 15px;
    padding: 0 0 15px;
}

.item {
    background: #1a1a1a;
    border-radius: 8px;
    min-height: 250px;
    padding: 10px;
    text-align: center;
    transition: .2s;
}

.item:hover {
    transform: scale(1.03);
}

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

.item img {
    height: 120px;
    object-fit: contain;
    width: 100%;
}

.price {
    align-items: center;
    color: #4caf50;
    display: inline-flex;
    font-weight: bold;
    gap: 5px;
}

.price img {
    height: 18px;
    width: 18px;
}

.lojas-empty {
    background: #1a1a1a;
    border-radius: 8px;
    color: #fff;
    padding: 16px;
}

.lojas-editorial,
.lojas-faq {
    background: #111;
    border-radius: 8px;
    color: #fff;
    margin-bottom: 18px;
    padding: 16px;
}

.lojas-editorial p,
.lojas-faq p {
    color: #fff;
}

.lojas-editorial p:last-child {
    margin-bottom: 0;
}

.lojas-faq h2 {
    color: #ff9800;
    font-size: 1.35rem;
    margin: 0 0 12px;
}

.lojas-faq details {
    background: #1a1a1a;
    border-radius: 6px;
    color: #fff;
    margin-top: 8px;
    padding: 10px;
}

.lojas-faq summary {
    color: #fff;
    cursor: pointer;
    font-weight: 700;
}
